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

Generalize to match Foldable-Traversable Proposal #21

Closed treeowl closed 8 years ago

treeowl commented 8 years ago

Make the functions that accept lists of boxes accept any Foldable container of them instead.