Module Tacinterp.Value

type t = Geninterp.Val.t
val of_constr : EConstr.constr -> t
val to_constr : t -> EConstr.constr option
val of_int : int -> t
val to_int : t -> int option
val to_list : t -> t list option
val of_closure : Geninterp.interp_sign -> Tacexpr.glob_tactic_expr -> t
val cast : 'a Genarg.typed_abstract_argument_type -> Geninterp.Val.t -> 'a
val apply : t -> t list -> unit Proofview.tactic
val apply_val : t -> t list -> t Ftactic.t