dataframe-0.3.3.2: A fast, safe, and intuitive DataFrame library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

DataFrame.Display.Terminal.PrettyPrint

Documentation

type Filler = Int -> Text -> Text Source #

data ColDesc t Source #

Constructors

ColDesc 

showTable :: Bool -> [Text] -> [Text] -> [[Text]] -> Text Source #