package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

doc/coq-core.kernel/IndTyping/index.html

Module IndTypingSource

Type checking for some inductive entry. Returns:

  • environment with inductives + parameters in rel context
  • abstracted universes
  • checked variance info (variance for section universes is at the beginning of the array)
  • record entry (checked to be OK)
  • parameters
  • for each inductive, (arity * constructors) (with params) * (indices * splayed constructor types) (both without params) * top allowed elimination
Sourceval template_polymorphic_univs : ctor_levels:Univ.Level.Set.t -> Univ.ContextSet.t -> Constr.rel_context -> Univ.Universe.t -> (Univ.Level.Set.t * Univ.Level.t option list) option
OCaml

Innovation. Community. Security.