lean2/tests/lean/interactive/proof_state_info2.input.expected.out
Leonardo de Moura 212ae0b61c feat(frontends/lean): automatically add 'info' tactic in begin-end blocks
Actually, the tactic is only added when Lean is in collect-info mode.
2014-10-23 13:30:04 -07:00

27 lines
468 B
Text

-- BEGINWAIT
-- ENDWAIT
-- BEGININFO
-- TYPE|5|17
tactic
-- ACK
-- PROOF_STATE|5|17
a : Prop, b : Prop, c : Prop, Ha : a, Hb : b ⊢ a ∧ b
-- ACK
-- ENDINFO
-- BEGININFO
-- TYPE|6|17
tactic
-- ACK
-- PROOF_STATE|6|17
a : Prop, b : Prop, c : Prop, Ha : a, Hb : b ⊢ a
a : Prop, b : Prop, c : Prop, Ha : a, Hb : b ⊢ b
-- ACK
-- ENDINFO
-- BEGININFO
-- TYPE|7|10
tactic
-- ACK
-- PROOF_STATE|7|10
a : Prop, b : Prop, c : Prop, Ha : a, Hb : b ⊢ b
-- ACK
-- ENDINFO