aboutsummaryrefslogtreecommitdiff
path: root/vernac/comInductive.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-02-18 14:41:55 +0100
committerGaëtan Gilbert2019-02-19 13:04:42 +0100
commit31f333031b66f7afdfc35662aca9f9f40bbccbd0 (patch)
tree77152a6a7e652ec33c0edc6fe90a9d0407f2b129 /vernac/comInductive.mli
parent582ba8464962f69f0808ccdd14e7bd64e786875f (diff)
Fix #9595: missing non-primitive-record warning with 0 field record
Diffstat (limited to 'vernac/comInductive.mli')
-rw-r--r--vernac/comInductive.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/vernac/comInductive.mli b/vernac/comInductive.mli
index 1d6f652385..224cce67ad 100644
--- a/vernac/comInductive.mli
+++ b/vernac/comInductive.mli
@@ -43,6 +43,7 @@ type one_inductive_impls =
Impargs.manual_implicits list (* for constrs *)
val declare_mutual_inductive_with_eliminations :
+ ?primitive_expected:bool ->
mutual_inductive_entry -> UnivNames.universe_binders -> one_inductive_impls list ->
MutInd.t