DataFrame.Display.Terminal.PrettyPrint
type Filler = Int -> Text -> Text Source #
data ColDesc t Source #
Constructors
Fields
fillLeft :: Char -> Int -> Text -> Text Source #
fillRight :: Char -> Int -> Text -> Text Source #
fillCenter :: Char -> Int -> Text -> Text Source #
left :: Int -> Text -> Text Source #
right :: Int -> Text -> Text Source #
center :: Int -> Text -> Text Source #
showTable :: Bool -> [Text] -> [Text] -> [[Text]] -> Text Source #