mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 01:41:44 +03:00
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
-- we need to exec to get the prim__* functions to disappear
|
|
:exec printLn divZeroZero
|
|
:exec printLn nanPlus
|
|
:exec printLn nanSub
|
|
:exec printLn nanMult
|
|
:exec printLn nanDiv
|
|
:exec printLn negNaN
|
|
:exec printLn nansNotEq
|