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

Safe HaskellNone

Language.Grammars.ZipperAG.Examples.LET.Let_Scope

Documentation

dclo :: Zipper RootA -> [(String, Zipper RootA)]Source

errs :: Zipper RootA -> [String]Source

dcli :: Zipper RootA -> [(String, Zipper RootA)]Source

env :: Zipper RootA -> [(String, Zipper RootA)]Source

mBIn :: String -> [(String, Zipper RootA)] -> [String]Source

mNBIn :: (String, Zipper RootA) -> [(String, Zipper RootA)] -> [String]Source

test_scope_block_rules :: Data a => a -> [String]Source