mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
11 lines
151 B
Text
11 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
|