aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/comInductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'vernac/comInductive.mli')
-rw-r--r--vernac/comInductive.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/comInductive.mli b/vernac/comInductive.mli
index 82ea131e1..c978a963f 100644
--- a/vernac/comInductive.mli
+++ b/vernac/comInductive.mli
@@ -45,7 +45,7 @@ val declare_mutual_inductive_with_eliminations :
type structured_one_inductive_expr = {
ind_name : Id.t;
- ind_univs : Vernacexpr.universe_decl_expr option;
+ ind_univs : universe_decl_expr option;
ind_arity : constr_expr;
ind_lc : (Id.t * constr_expr) list
}