Idris2/tests/idris2/perror016/ParseIf3.idr
2022-09-16 11:39:53 +01:00

4 lines
52 B
Idris

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