Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
boxV :: StringType Source #
boxH :: StringType Source #
boxTL :: StringType Source #
boxTR :: StringType Source #
boxBL :: StringType Source #
boxBR :: StringType Source #
boxLB :: StringType Source #
boxRB :: StringType Source #
boxTB :: StringType Source #
boxBB :: StringType Source #
boxC :: StringType Source #
type Cell = StringType Source #
breakLines :: StringType -> [StringType] Source #
relationAsTable :: Relation -> Table Source #
showParens :: Bool -> StringType -> StringType Source #
renderTable :: Table -> StringType Source #
renderHeader :: Table -> [Int] -> StringType Source #
renderHBar :: StringType -> StringType -> StringType -> [Int] -> StringType Source #
leftPaddedString :: Int -> Int -> StringType -> StringType Source #
renderRow :: [Cell] -> [Int] -> Int -> StringType -> StringType Source #
renderBody :: [[Cell]] -> ([Int], [Int]) -> StringType Source #
repeatString :: Int -> StringType -> StringType Source #
showRelation :: Relation -> StringType Source #
stringDisplayLength :: StringType -> Int Source #