Thanks for this lib, really useful!
There are three functions that are available in Pprintast that are not in Ppxlib.Pprintast, namely,
val binding : Format.formatter -> Parsetree.value_binding -> unit
val longident : Format.formatter -> Longident.t -> unit
val payload : Format.formatter -> Parsetree.payload -> unit
Is there a reason why they're missing or are you planning to add them one day?