Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Determines how long a column will be.
expandUntil :: Int -> LenSpec Source #
The column will expand as long as it is smaller as the given width.
fixedUntil :: Int -> LenSpec Source #
The column will be at least as wide as the given width.