aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-21 19:05:57 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-21 19:05:57 +0100
commitcec85230d0a6c8c546d3297d6108917f7a3157e7 (patch)
tree303cb5781d75cda6994b6eefa826093ca567228e /vernac
parent4b0fe4e09d547f0e6ee98da3fd6f7a134e51f3fd (diff)
parent1dcf5516ab772a6d5325d42c2ceaf727fe88bb86 (diff)
Merge PR #6767: [ci] add elpi
Diffstat (limited to 'vernac')
-rw-r--r--vernac/record.mli11
1 files changed, 11 insertions, 0 deletions
diff --git a/vernac/record.mli b/vernac/record.mli
index e632e7bbf..e0a4b8fdd 100644
--- a/vernac/record.mli
+++ b/vernac/record.mli
@@ -13,6 +13,17 @@ open Globnames
val primitive_flag : bool ref
+val declare_projections :
+ inductive ->
+ Entries.constant_universes_entry ->
+ ?kind:Decl_kinds.definition_object_kind ->
+ Id.t ->
+ bool list ->
+ Universes.universe_binders ->
+ Impargs.manual_implicits list ->
+ Context.Rel.t ->
+ (Name.t * bool) list * Constant.t option list
+
val definition_structure :
inductive_kind * Decl_kinds.cumulative_inductive_flag * Decl_kinds.polymorphic *
Declarations.recursivity_kind * ident_decl with_coercion * local_binder_expr list *