mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
3a7aedf0f4
This allows writing a staged well typed interpreter, for example (see reflection008 test)
5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
:printdef evalAdd
|
|
:printdef evalBlock
|
|
evalAdd 2 3
|
|
:q
|