ExtendValue.Baseinclude ExtensibleSinclude VisitableSval to_loc : t -> Location.tval iter : Ppxlib.Ast_traverse.iter -> t iterval map : Ppxlib.Ast_traverse.map -> t mapval extension : ?attrs:Ppxlib.attributes -> Ppxlib.extension -> tval destruct_extension : t -> destruct_extension optionval var : ?attrs:Ppxlib.attributes -> string -> tval of_constant : ?attrs:Ppxlib.attributes -> Ppxlib.constant -> tval of_bytes : ?attrs:Ppxlib.attributes -> Stdcompat.bytes -> tval force_tuple : ?attrs:Ppxlib.attributes -> t list -> tval force_construct :
?attrs:Ppxlib.attributes ->
Ppxlib.Ast_helper.lid ->
t option ->
tval array : ?attrs:Ppxlib.attributes -> t list -> tval record : ?attrs:Ppxlib.attributes -> (Longident.t * t) list -> tval variant : ?attrs:Ppxlib.attributes -> string -> t option -> tval lazy_ : ?attrs:Ppxlib.attributes -> t -> tval choice : (unit -> Ppxlib.expression) -> (unit -> Ppxlib.pattern) -> tval of_payload : Ppxlib.payload -> tval to_payload : t -> Ppxlib.payload