From 8e10368c387570df13904531bfba05130335ed0e Mon Sep 17 00:00:00 2001 From: letouzey Date: Sat, 6 Oct 2012 10:08:24 +0000 Subject: Clean-up of proof_type.ml : no more Nested nor abstract_tactic_box Nested was never constructed, while the notion of abstract_tactic_box is obsolete (cf. Refiner.abstract_tactic). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15862 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/proof_type.ml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'proofs/proof_type.ml') diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml index 1f5ef315b..4652bac2e 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -46,11 +46,10 @@ type proof_tree = { and rule = | Prim of prim_rule - | Nested of compound_rule * proof_tree | Decl_proof of bool | Daimon -and compound_rule= +type compound_rule= | Tactic of tactic_expr * bool and tactic_expr = @@ -89,7 +88,7 @@ and tactic_arg = type ltac_call_kind = | LtacNotationCall of string | LtacNameCall of ltac_constant - | LtacAtomCall of glob_atomic_tactic_expr * atomic_tactic_expr option ref + | LtacAtomCall of glob_atomic_tactic_expr | LtacVarCall of identifier * glob_tactic_expr | LtacConstrInterp of glob_constr * (extended_patvar_map * (identifier * identifier option) list) @@ -98,4 +97,3 @@ type ltac_trace = (int * Loc.t * ltac_call_kind) list exception LtacLocated of (int * ltac_call_kind * ltac_trace * Loc.t) * exn -let abstract_tactic_box = ref (ref None) -- cgit v1.2.3