aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/record.mli
blob: e0a4b8fdddfb55ebbcba036a36fdb9b51501f13b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

open Names
open Vernacexpr
open Constrexpr
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 *
  (local_decl_expr with_instance with_priority with_notation) list *
  Id.t * constr_expr option -> global_reference

val declare_existing_class : global_reference -> unit