Idris2/tests/idris2/error/perror016/ParseIf3.idr
2023-09-07 14:57:22 +01:00

4 lines
52 B
Idris

test : Int -> Int
test a = (if a < 0 the 0 else 5)