lean4-htt/tests/lean/run/trace_tst.lean
Leonardo de Moura 6e7929252f feat(frontends/lean, library/init): add 'thunk' gadget
We can now write
   trace "hello" t
instead of
   trace "hello" (fun _, t)
2017-01-31 18:41:59 -08:00

3 lines
57 B
Text

open nat
vm_eval trace "step1" (trace "hello" (succ 3))