Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Futhark.Util.Table
Description
Basic table building for prettier futhark-test output.
Documentation
hPutTable :: Handle -> [[Entry]] -> Int -> IO () Source #
Produce a table from a list of entries and a padding amount that determines padding from the right side of the widest entry in each column.
Instances
Monoid AnsiStyle | |
Semigroup AnsiStyle | |
Show AnsiStyle | |
Eq AnsiStyle | |
Ord AnsiStyle | |
Defined in Prettyprinter.Render.Terminal.Internal |