mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
-- we need to exec to get the prim__* functions to disappear
|
|
:exec printLn negInf
|
|
:exec printLn divNZbyZero
|
|
:exec printLn addPosInfs
|
|
:exec printLn subNegInfs
|
|
:exec printLn subPosInf
|
|
:exec printLn addNegInf
|
|
:exec printLn squareNegInfIsPosInf
|
|
:exec printLn squarePosInfIsPosInf
|
|
:exec printLn multInfSignFlip
|
|
:exec printLn posInfIsPosInf
|
|
:exec printLn negInfIsNegInf
|
|
:exec printLn posInfEqNegInf
|