purescript-0.13.0: tests/purs/layout/IfThenElseDo.purs
module Test where
foo = do
if true then
false
else if false then do
that
else do
what
that
module Test where
foo = do
if true then
false
else if false then do
that
else do
what
that