lean4-htt/tests/lean/interactive/hole2.lean
Leonardo de Moura 7557a9e000 feat(shell/server,frontends/lean): add "hole_commands" server command
The new command returns the list of registered/applicable hole
commands.
2017-06-14 22:16:34 -07:00

3 lines
77 B
Text

def x : nat → nat :=
λ a, {! a + a !}
--^ "command": "hole_commands"