lean4-htt/tests/lean/interactive/info1.input
Leonardo de Moura 922d48524b fix(frontends/lean): fixes #1188
This commit also adds support for recording the type of local variables
in the info_manager
2016-11-10 15:08:25 -08:00

3 lines
300 B
Text

{"command":"sync","file_name":"\/home\/leo\/projects\/lean\/tests\/lean\/interactive\/info1.lean","content":"def foo.f : nat \u2192 nat := \u03bb x, x\ndef bla.f : string \u2192 string := \u03bb x, x\nopen foo bla\nexample : nat :=\nf 0\n"}
{"command":"check"}
{"command":"info","line":5,"column":0}