diff options
| -rw-r--r-- | library/declare.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declare.mli b/library/declare.mli index bde04bfba0..43eed7bd8e 100644 --- a/library/declare.mli +++ b/library/declare.mli @@ -53,7 +53,7 @@ val declare_constant : identifier -> constant_declaration -> constant_path val declare_parameter : identifier -> constr -> constant_path -(* [declare_constant id cd] declares a block of inductive types with +(* [declare_mind me] declares a block of inductive types with their constructors in the current section; it returns the path of the whole block *) val declare_mind : mutual_inductive_entry -> mutual_inductive_path |
