packages feed

purescript-cst-0.1.0.0: 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>