aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/interface/name_to_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/interface/name_to_ast.ml')
-rw-r--r--plugins/interface/name_to_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/interface/name_to_ast.ml b/plugins/interface/name_to_ast.ml
index 142116ade..b87d95a82 100644
--- a/plugins/interface/name_to_ast.ml
+++ b/plugins/interface/name_to_ast.ml
@@ -110,7 +110,7 @@ let convert_one_inductive sp tyi =
(((false,(dummy_loc,basename sp)),
convert_env(List.rev params),
Some (extern_constr true envpar arity), Vernacexpr.Inductive_kw ,
- Constructors (convert_constructors envpar cstrnames cstrtypes)), None);;
+ Constructors (convert_constructors envpar cstrnames cstrtypes)), []);;
(* This function converts a Mutual inductive definition to a Coqast.t.
It is obtained directly from print_mutual in pretty.ml. However, all