mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
a972778eab
They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
addm1 (Just 3) (Just 4)
|
|
addm2 (Just 3) (Just 4)
|
|
:exec printThing1
|
|
:exec printThing2
|
|
:exec printBool True
|
|
:exec printBool False
|
|
:q
|