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