package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type mutual
type individual
type 'a scheme_kind
val declare_mutual_scheme_object : string -> ?aux:string -> mutual_scheme_object_function -> mutual scheme_kind
val declare_individual_scheme_object : string -> ?aux:string -> individual_scheme_object_function -> individual scheme_kind
val check_scheme : 'a scheme_kind -> Names.inductive -> bool
val pr_scheme_kind : 'a scheme_kind -> Pp.t