purescript-0.15.15: tests/purs/layout/IfThenElseDo.out
module Test where{
foo = do{
if true then
false
else if false then do{
that}
else do{
what};
that}}
<eof>module Test where{
foo = do{
if true then
false
else if false then do{
that}
else do{
what};
that}}
<eof>