package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type refiner_error =
  1. | BadType of Constr.constr * Constr.constr * Constr.constr
  2. | UnresolvedBindings of Names.Name.t list
  3. | CannotApply of Constr.constr * Constr.constr
  4. | NotWellTyped of Constr.constr
  5. | NonLinearProof of Constr.constr
  6. | MetaInType of EConstr.constr
  7. | IntroNeedsProduct
  8. | DoesNotOccurIn of Constr.constr * Names.Id.t
  9. | NoSuchHyp of Names.Id.t
exception RefinerError of Environ.env * Evd.evar_map * refiner_error
val error_no_such_hypothesis : Environ.env -> Evd.evar_map -> Names.Id.t -> 'a
val catchable_exception : exn -> bool
type !'id move_location =
  1. | MoveAfter of 'id
  2. | MoveBefore of 'id
  3. | MoveFirst
  4. | MoveLast
val pr_move_location : ('a -> Pp.t) -> 'a move_location -> Pp.t