PageIO-0.0.2: Page-oriented extraction and composition library

Text.PageIO.Types

Documentation

newtype Page Source

Constructors

MkPage 

Fields

pageLines :: [Value]
 

Instances

type Col = IntSource

type Row = IntSource

data Box Source

Constructors

MkBox 

Fields

boxLeft :: !Col
 
boxTop :: !Row
 
boxRight :: Col
 
boxBottom :: !Row
 

Instances

data Scope Source

Constructors

SPage 
SDoc 

Instances

data Variable Source

Constructors

VPage 
VSum 

Fields

vScope :: !Scope
 
vLabel :: !Label
 
VCount 

Fields

vScope :: !Scope
 
vLabel :: !Label
 
VLabel 

Fields

vLabel :: !Label
 
VLiteral 

Fields

vValue :: !Value
 

data Frame Source

Constructors

MkFrame 

Instances

data OrderBy a Source

Constructors

DAscending !a 
DDescending !a 

Instances

Functor OrderBy 
Eq a => Eq (OrderBy a) 
Ord a => Ord (OrderBy a) 
Show a => Show (OrderBy a) 

newtype Match Source

Constructors

MkMatch 

Fields

matchValue :: Value
 

Instances