Module 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_int : int -> t
val to_int : t -> int option
val to_list : t -> t list option
val to_option : t -> t option option
val to_pair : t -> (t * t) option
val cast : 'a Genarg.typed_abstract_argument_type -> Geninterp.Val.t -> 'a