brittany/data/Test266.hs

5 lines
67 B
Haskell

func = do
let foo True = True
foo _ = False
return ()