-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The current implementation is ad hoc and is not of based on a well-known pretty-printing algorithm from the literature. This makes it difficult to scale to more difficult jobs, line wrapping in particular.
It seems the usual route nowadays is:
- Use the idea in Wadler's A prettier printer.
- Use the eager implementation of Wadler's idea in Lindig's Strictly pretty.
This seems a good place for us to start.
Metadata
Metadata
Assignees
Labels
No labels