package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typeclass_error =
  1. | NotAClass of EConstr.constr
  2. | UnboundMethod of Names.GlobRef.t * Names.lident
exception TypeClassError of Environ.env * Evd.evar_map * typeclass_error
val typeclass_error : Environ.env -> Evd.evar_map -> typeclass_error -> 'a
val not_a_class : Environ.env -> Evd.evar_map -> EConstr.constr -> 'a
val unbound_method : Environ.env -> Evd.evar_map -> Names.GlobRef.t -> Names.lident -> 'a