lean4-htt/tests/lean/syntaxInNamespacesAndPP.lean.expected.out
2021-12-15 11:42:38 +00:00

23 lines
776 B
Text

[Elab.command] #check foo true
true : Bool
[Elab.step] expected type: <not-available>, term
foo true
[Elab.step] expected type: <not-available>, term
true
[Elab.app.args] explicit: false, true : Bool
[Elab.app.finalize] true
[Elab.app.finalize] after etaArgs, true : Bool
[Elab.command] end
[Elab.command] #check bla true
true : Bool
[Elab.step] expected type: <not-available>, term
bla true
[Elab.step] expected type: <not-available>, term
true
[Elab.app.args] explicit: false, true : Bool
[Elab.app.finalize] true
[Elab.app.finalize] after etaArgs, true : Bool
[Elab.command] end
def Bla.bla : Lean.ParserDescr :=
Lean.ParserDescr.node `Bla.bla 1022
(Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "bla") (Lean.ParserDescr.cat `term 0))