lean2/tests/lean/interactive/proof_state_info.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

15 lines
168 B
Text

-- BEGINWAIT
-- ENDWAIT
-- BEGININFO
-- IDENTIFIER|7|2
tactic.info
-- ACK
-- PROOF_STATE|7|2
a : Prop,
b : Prop,
c : Prop,
Ha : a,
Hb : b
⊢ a ∧ b
-- ACK
-- ENDINFO