Idris2/tests/node/double003/input

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