purescript-0.15.15: tests/purs/layout/CaseWhere.purs
module Test where
test = case foo of
Nothing -> a
where a = 12
Just a -> do
what
where
foo = bar
test = case f of Foo -> do that
where foo = 12
module Test where
test = case foo of
Nothing -> a
where a = 12
Just a -> do
what
where
foo = bar
test = case f of Foo -> do that
where foo = 12