mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
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
|