PageIO-0.0.1: Page-oriented extraction and composition library

Text.PageIO.Transform

Documentation

type Doc = [Page]Source

data Slot Source

Constructors

MkSlot 

Fields

slotSize :: Row
 
slotBlocks :: [Label]
 

Instances

type Ordered a = ([OrderBy (Maybe Value)], a)Source

repeatTails :: [a] -> [[a]]Source