project-m36-0.8.1: Relational Algebra Engine

Safe HaskellNone
LanguageHaskell2010

ProjectM36.Relation.Show.Term

Documentation

type Table = ([Cell], [[Cell]]) Source #

cellSizes :: Table -> [([Int], [Int])] Source #

renderBody :: [[Cell]] -> ([Int], [Int]) -> StringType Source #