package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type inductive_error =
  1. | NonPos of Environ.env * Term.constr * Term.constr
  2. | NotEnoughArgs of Environ.env * Term.constr * Term.constr
  3. | NotConstructor of Environ.env * Names.Id.t * Term.constr * Term.constr * int * int
  4. | NonPar of Environ.env * Term.constr * int * Term.constr * Term.constr
  5. | SameNamesTypes of Names.Id.t
  6. | SameNamesConstructors of Names.Id.t
  7. | SameNamesOverlap of Names.Id.t list
  8. | NotAnArity of Environ.env * Term.constr
  9. | BadEntry
  10. | LargeNonPropInductiveNotInType
exception InductiveError of inductive_error
val enforce_indices_matter : unit -> unit
val is_indices_matter : unit -> bool
val compute_projections : Term.pinductive -> Names.Id.t -> Names.Id.t -> int -> Context.Rel.t -> int array -> int array -> Context.Rel.t -> Context.Rel.t -> Names.constant array * Declarations.projection_body array
OCaml

Innovation. Community. Security.