You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Thanks for this lib, really useful!
There are three functions that are available in Pprintast that are not in Ppxlib.Pprintast, namely,
Is there a reason why they're missing or are you planning to add them one day?
The text was updated successfully, but these errors were encountered: