lean2/tests/lean/interactive/proof_state_info2.input.expected.out
Leonardo de Moura 83e4c0fcec feat(frontends/lean): hide tactic "types"
it is not very useful to display the type of tactics (e.g., apply,
intros, ...)
2014-10-28 22:38:10 -07:00

39 lines
390 B
Text

-- BEGINWAIT
-- ENDWAIT
-- BEGININFO
-- PROOF_STATE|5|17
a : Prop,
b : Prop,
c : Prop,
Ha : a,
Hb : b
⊢ a ∧ b
-- ACK
-- ENDINFO
-- BEGININFO
-- 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
-- PROOF_STATE|7|10
a : Prop,
b : Prop,
c : Prop,
Ha : a,
Hb : b
⊢ b
-- ACK
-- ENDINFO