Idris2-boot/tests/idris2/perror006/PError.idr

9 lines
99 B
Idris
Raw Normal View History

2019-06-29 23:37:30 +03:00
foo : Int -> Int
foo x = x
bar : Int -> Int
bar x = if x == 95 then 0
baz : Int -> Int
baz x = x