lean4-htt/tests/lean/interactive/info.lean
Sebastian Ullrich 83bddce900 feat(frontends/lean/info_manager,shell/server,emacs/lean-type): info: provide more metadata
* docs: attributes, options, identifiers
* location: attributes, imports
2017-01-11 15:29:14 +01:00

16 lines
314 B
Text

import init.meta.attribute
--^ "command": "info"
@[reducible]
--^ "command": "info"
def f := tt
--^ "command": "info"
set_option trace.simplify true
--^ "command": "info"
example := [tt]
--^ "command": "info"
example := [tt]++[]
--^ "command": "info"