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

Safe HaskellNone

Language.Grammars.ZipperAG.Examples.RepMin

Documentation

data Root Source

Constructors

Root Tree 

Instances

Eq Root 
Data Root 
Ord Root 
Show Root 
Typeable Root 

data Tree Source

Constructors

Leaf Int 
Fork Tree Tree 

Instances

Eq Tree 
Data Tree 
Ord Tree 
Show Tree 
Typeable Tree