diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/decl_mode.ml | 3 | ||||
| -rw-r--r-- | proofs/decl_mode.mli | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/proofs/decl_mode.ml b/proofs/decl_mode.ml index a32b9777ba..ba675327c6 100644 --- a/proofs/decl_mode.ml +++ b/proofs/decl_mode.ml @@ -45,7 +45,7 @@ type split_tree= | Split_patt of Idset.t * inductive * (bool array * (Idset.t * split_tree) option) array | Close_patt of split_tree - | End_patt of (identifier * int) + | End_patt of (identifier * (int * int)) type elim_kind = EK_dep of split_tree @@ -124,3 +124,4 @@ let get_last env = try let (id,_,_) = List.hd (Environ.named_context env) in id with Invalid_argument _ -> error "no previous statement to use" + diff --git a/proofs/decl_mode.mli b/proofs/decl_mode.mli index e225c828d2..734dc04421 100644 --- a/proofs/decl_mode.mli +++ b/proofs/decl_mode.mli @@ -33,7 +33,7 @@ type split_tree= | Split_patt of Idset.t * inductive * (bool array * (Idset.t * split_tree) option) array | Close_patt of split_tree - | End_patt of (identifier * int) + | End_patt of (identifier * (int * int)) type elim_kind = EK_dep of split_tree |
