justinpombrio / partial-pretty-printer

A pretty printing library for formatting source code in any language, which can efficiently print just part of a document.
Apache License 2.0
3 stars 0 forks source link

Make all PrettyDoc methods fallible #23

Closed e-matteson closed 7 months ago

e-matteson commented 7 months ago

Synless might fail to find a notation for a PrettyDoc node, so let's just make all the trait methods return Result.