package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type contexts =
  1. | Parameters
  2. | Properties
type typeclass_error =
  1. | NotAClass of EConstr.constr
  2. | UnboundMethod of Globnames.global_reference * Names.Id.t Loc.located
  3. | MismatchedContextInstance of contexts * Constrexpr.constr_expr list * Context.Rel.t
exception TypeClassError of Environ.env * typeclass_error
val not_a_class : Environ.env -> EConstr.constr -> 'a
val mismatched_ctx_inst : Environ.env -> contexts -> Constrexpr.constr_expr list -> Context.Rel.t -> 'a
OCaml

Innovation. Community. Security.