lean2/tests/lean/interactive/proof_state_info2.input.expected.out
Leonardo de Moura 1c2bbcfebc feat(frontends/lean/info_manager): add separator -- when displaying PROOF_STATE info
This feature was implemented to address issue #259
2014-10-28 16:39:21 -07:00

48 lines
471 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