erg/tests/should_err/recursive_fn.er
2023-08-17 22:44:54 +09:00

7 lines
85 B
Python

f() = f # ERR
g 0 = 0
g _: Int = g # ERR
# left() = right() # ERR
# right() = left