mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
-- we need to exec to get the prim__* functions to disappear
|
|
:exec printLn testOnePlusUR
|
|
:exec printLn testURPlusOne
|
|
:exec printLn testURComm
|
|
:exec printLn testEps2UR
|