Idris2/tests/idris2/error/perror006/PError.idr
2023-09-07 14:57:22 +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