Idris2/tests/refc/refc003/Issue1191.idr

5 lines
64 B
Idris
Raw Normal View History

2021-11-24 22:57:38 +03:00
module Issue1191
main : IO ()
main = printLn (the Nat (1 + 2))