Idris2-boot/tests/idris2/perror006/PError.idr
2019-06-29 21:37:30 +01:00

9 lines
99 B
Idris

foo : Int -> Int
foo x = x
bar : Int -> Int
bar x = if x == 95 then 0
baz : Int -> Int
baz x = x