apheleia/test/formatters/samplecode/purs-tidy/in.purs
Tomasz Hołubowicz 23c8b7d1ca
Add purs-tidy formatter (#182)
Hello!

I would like to add support for `purs-tidy` - PureScript formatter. 

Best wishes
alternateved
2023-03-29 14:35:02 -07:00

7 lines
169 B
Text

module Foo where
baz ::Array(String)
-> Int->Boolean->Int
baz _ n
= case _ of
true-> 20 +1
false -> if n> 0 then 3-(-2)else 0