lean4-htt/tests/lean/interactive/info.lean
2017-03-09 18:41:19 -08:00

19 lines
352 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"
#print id
--^ "command": "info"