diff options
Diffstat (limited to 'library/declare.mli')
| -rw-r--r-- | library/declare.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/declare.mli b/library/declare.mli index b347456ce5..4d7043eae7 100644 --- a/library/declare.mli +++ b/library/declare.mli @@ -119,7 +119,7 @@ val path_of_inductive_path : inductive_path -> mutual_inductive_path val path_of_constructor_path : constructor_path -> mutual_inductive_path (* Look up function for the default elimination constant *) -val elimination_suffix : elimination_sorts -> string +val elimination_suffix : sorts_family -> string val make_elimination_ident : - inductive_ident:identifier -> elimination_sorts -> identifier -val lookup_eliminator : Environ.env -> inductive -> elimination_sorts -> constr + inductive_ident:identifier -> sorts_family -> identifier +val lookup_eliminator : Environ.env -> inductive -> sorts_family -> constr |
