Class type Ppxlib_traverse_builtins.std_lifters

method other : a. ('a'res) T.lift
method int : (int, 'res) T.lift
method string : (string, 'res) T.lift
method bool : (bool, 'res) T.lift
method char : (char, 'res) T.lift
method array : a. ('a'res) T.lift -> ('a array'res) T.lift
method record : (string * 'res) list -> 'res
method constr : string -> 'res list -> 'res
method tuple : 'res list -> 'res
method float : (float, 'res) T.lift
method int32 : (int32, 'res) T.lift
method int64 : (int64, 'res) T.lift
method nativeint : (nativeint, 'res) T.lift
method unit : (unit, 'res) T.lift
method option : a. ('a'res) T.lift -> ('a option'res) T.lift
method list : a. ('a'res) T.lift -> ('a list'res) T.lift