3 lines
69 B
Text
3 lines
69 B
Text
open nat
|
|
|
|
vm_eval trace "step1" (λ u, trace "hello" (λ u, succ 3))
|
open nat
|
|
|
|
vm_eval trace "step1" (λ u, trace "hello" (λ u, succ 3))
|