lean4-htt/tests/lean/interactive/info.lean

19 lines
351 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"