lean4-htt/tests/lean/interactive/info.lean.expected.out
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

7 lines
866 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"message":"file invalidated","response":"ok","seq_num":0}
{"record":{"source":{"column":0,"file":"/library/init/meta/attribute.lean","line":1}},"response":"ok","seq_num":2}
{"record":{"doc":"reducible"},"response":"ok","seq_num":5}
{"record":{"full-id":"bool.tt","source":{"column":10,"file":"/library/init/core.lean","line":193},"type":"bool"},"response":"ok","seq_num":7}
{"record":{"doc":"(trace) enable/disable tracing for the given module and submodules"},"response":"ok","seq_num":10}
{"record":{"full-id":"list.cons","source":{"column":10,"file":"/library/init/core.lean","line":224},"type":"Π {T : Type}, T → list T → list T"},"response":"ok","seq_num":13}
{"record":{"full-id":"append","source":{"column":4,"file":"/library/init/core.lean","line":286},"type":"Π {α : Type} [_inst_1 : has_append α], ααα"},"response":"ok","seq_num":16}