project-m36-0.3: Relational Algebra Engine

Safe HaskellNone
LanguageHaskell2010

ProjectM36.Relation.Show.Term

Documentation

class TermSize a where Source #

Minimal complete definition

termLength

Methods

termLength :: a -> Int Source #

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

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

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