| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Render.ColSpan
Description
Helper functions for taking a list of processed records, and returning the same list splitted into separate colspans.
Synopsis
- type TokensWithColSpan = ([(MyTok, Text)], Int, Align)
- colspans :: [Processed] -> [[TokensWithColSpan]]
- numColSpans :: [Processed] -> Int
- getAlignCol :: Processed -> Int
Documentation
type TokensWithColSpan = ([(MyTok, Text)], Int, Align) Source #
A list of tokens to be put into a single colspan, Number of table columns in this colspan, and alignment option.
colspans :: [Processed] -> [[TokensWithColSpan]] Source #
Find colspan parameters
numColSpans :: [Processed] -> Int Source #