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

Safe HaskellNone

Language.Grammars.ZipperAG.Examples.BreadthFirst

Documentation

data Root Source

Constructors

Root Tree 

Instances

Data Root 
Show Root 
Typeable Root 

data Tree Source

Constructors

Fork Int Tree Tree 
Empty 

Instances

Data Tree 
Show Tree 
Typeable Tree 

constructor :: Typeable a => Zipper a -> StringSource

slist :: Zipper Root -> [Int]Source

ilist :: Zipper Root -> [Int]Source