Idris2/tests/refc/refc003/Issue1191.idr
2021-11-24 21:15:43 +00:00

5 lines
64 B
Idris

module Issue1191
main : IO ()
main = printLn (the Nat (1 + 2))