Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.PureScript.Publish.BoxesHelpers
Documentation
The basic data type. A box has a specified size and some sort of contents.
bulletedList :: (a -> String) -> [a] -> [Box] #
bulletedListT :: (a -> Text) -> [a] -> [Box] #
printToStderr :: Box -> IO () #
successivelyIndented :: [String] -> Box #
indentWidth :: Int #