mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00

Hello! I would like to add support for `purs-tidy` - PureScript formatter. Best wishes alternateved
7 lines
169 B
Text
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
|