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

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