package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Typeclasses_errorsSource

Sourcetype typeclass_error =
  1. | NotAClass of EConstr.constr
  2. | UnboundMethod of Names.GlobRef.t * Names.lident
    (*

    Class name, method

    *)
Sourceexception TypeClassError of Environ.env * Evd.evar_map * typeclass_error
Sourceval typeclass_error : Environ.env -> Evd.evar_map -> typeclass_error -> 'a
Sourceval not_a_class : Environ.env -> Evd.evar_map -> EConstr.constr -> 'a
Sourceval unbound_method : Environ.env -> Evd.evar_map -> Names.GlobRef.t -> Names.lident -> 'a
OCaml

Innovation. Community. Security.