Taccoerce.Value
type t = Geninterp.Val.t
val of_constr : EConstr.constr -> t
val to_constr : t -> EConstr.constr option
val of_uconstr : Ltac_pretype.closed_glob_constr -> t
val to_uconstr : t -> Ltac_pretype.closed_glob_constr option
val of_constr_context : Constr_matching.context -> t
val to_constr_context : t -> Constr_matching.context option
val of_int : int -> t
val to_int : t -> int option
val of_ident : Names.Id.t -> t
val to_ident : t -> Names.Id.t option
val cast : 'a Genarg.typed_abstract_argument_type -> Geninterp.Val.t -> 'a
val of_constr_under_binders : Ltac_pretype.constr_under_binders -> t