ZipperAG-0.4: An implementationg of Attribute Grammars using Functional Zippers

Safe HaskellNone

Language.Grammars.ZipperAG.Examples.HTMLTableFormatter

Documentation

data R Source

Constructors

RootR Table 

Instances

data Table Source

Constructors

RootTable Rows 

data Rows Source

Constructors

NoRow 
ConsRow Row Rows 

data Row Source

Constructors

OneRow Elems 

Instances

(.#.) :: Data a => (t -> a) -> t -> Zipper aSource

mh_Syn :: (Num a, Ord a) => Zipper R -> aSource

ah_Inh :: (Num a, Ord a) => Zipper R -> aSource

tailList :: [a] -> [a]Source

addglue :: Int -> Int -> Int -> Int -> [String] -> String -> [String]Source