brittany/data/Test281.hs

6 lines
83 B
Haskell

func = if x
then if y -- y is important
then foo
else bar
else Nothing