haskell-boxes / boxes

A pretty-printing library for laying out text in two dimensions, using a simple box model.
Other
37 stars 13 forks source link

Vendor chunksOf #43

Closed phadej closed 3 years ago

treeowl commented 3 years ago

Is the dependency too much?

phadej commented 3 years ago

Kind of, it has annoying upper bound on base.

phadej commented 3 years ago

(EDIT: chunksOf really should be in base Data.List, good to know that it's also in split)