package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type refiner_error =
  1. | BadType of Term.constr * Term.constr * Term.constr
  2. | UnresolvedBindings of Names.Name.t list
  3. | CannotApply of Term.constr * Term.constr
  4. | NotWellTyped of Term.constr
  5. | NonLinearProof of Term.constr
  6. | MetaInType of EConstr.constr
  7. | IntroNeedsProduct
  8. | DoesNotOccurIn of Term.constr * Names.Id.t
  9. | NoSuchHyp of Names.Id.t
exception RefinerError of refiner_error
val catchable_exception : exn -> bool
OCaml

Innovation. Community. Security.