diff options
Diffstat (limited to 'library/declare.ml')
| -rw-r--r-- | library/declare.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/declare.ml b/library/declare.ml index 92af415126..b90dc22157 100644 --- a/library/declare.ml +++ b/library/declare.ml @@ -188,7 +188,7 @@ let declare_mind mie = | [] -> anomaly "cannot declare an empty list of inductives" in let sp = add_leaf id CCI (in_inductive mie) in - if is_implicit_args() then declare_inductive_implicits sp; + if is_implicit_args() then declare_mib_implicits sp; sp (*s Test and access functions. *) |
