Idris2/tests/idris2/perror013/EmptyMutual.idr

10 lines
57 B
Idris

module EmptyMutual
mutual
a : Nat
a = b
b : Nat
b = a