diff options
Diffstat (limited to 'proofs/proof_trees.ml')
| -rw-r--r-- | proofs/proof_trees.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof_trees.ml b/proofs/proof_trees.ml index 4680607244..994b1b353a 100644 --- a/proofs/proof_trees.ml +++ b/proofs/proof_trees.ml @@ -68,7 +68,7 @@ type proof_tree = { ref : (rule * proof_tree list) option; subproof : proof_tree option } -and goal = ctxtty evar_info +and goal = ctxtty evar_info and rule = | Prim of prim_rule |
