Idris2/tests/idris2/reflection008/input
Edwin Brady 3a7aedf0f4 Add reflection under (explicit) binders
This allows writing a staged well typed interpreter, for example (see
reflection008 test)
2020-06-03 09:17:37 +01:00

5 lines
53 B
Plaintext

:printdef evalAdd
:printdef evalBlock
evalAdd 2 3
:q