packages feed

purescript-0.15.15: tests/purs/layout/IfThenElseDo.purs

module Test where

foo = do
  if true then
    false
  else if false then do
    that
    else do
     what
  that