Idris2/tests/idris2/interpreter004/input

32 lines
676 B
Plaintext
Raw Normal View History

"Int"
the Int (cast "12.0")
2020-09-23 20:52:38 +03:00
the Int (cast "12.3")
the Int (cast "12.5")
the Int (cast "12.7")
"Negative Int"
the Int (cast "-12.0")
the Int (cast "-12.3")
the Int (cast "-12.5")
the Int (cast "-12.7")
"Integer"
the Integer (cast "12.0")
the Integer (cast "12.3")
the Integer (cast "12.5")
the Integer (cast "12.7")
"Negative Integer"
the Integer (cast "-12.0")
the Integer (cast "-12.3")
the Integer (cast "-12.5")
the Integer (cast "-12.7")
"Double"
the Double (cast "12.0")
the Double (cast "12.3")
the Double (cast "12.5")
the Double (cast "12.7")
"Negative Double"
the Double (cast "-12.0")
the Double (cast "-12.3")
the Double (cast "-12.5")
the Double (cast "-12.7")
2020-09-23 20:52:38 +03:00
:q