mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +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
|