Idris2/tests/idris2/error/perror016/ParseIf3.idr

4 lines
52 B
Idris
Raw Normal View History

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