diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proof_type.ml | 1 | ||||
| -rw-r--r-- | proofs/proof_type.mli | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml index 72351d4d38..ff28ba8773 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -44,7 +44,6 @@ type prim_rule = | Change_evars type proof_tree = { - open_subgoals : int; goal : goal; ref : (rule * proof_tree list) option } diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index 9a0f493afc..886c0db427 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -73,7 +73,6 @@ type prim_rule = if [ref = (Some(Nested(Tactic t,p),l))] then [p] is the proof that the goal can be proven if the goals in [l] are solved. *) type proof_tree = { - open_subgoals : int; goal : goal; ref : (rule * proof_tree list) option } |
