uuagc-bootstrap

Safe HaskellSafe-Infered

DefaultRules

Documentation

newtype T_Grammar

Constructors

T_Grammar (Options -> (Seq Error, Grammar)) 

data Inh_Grammar

Constructors

Inh_Grammar 

newtype T_TypeSig

Constructors

T_TypeSig (NontermIdent -> [Identifier] -> TypeSig) 

data Syn_TypeSig

Constructors

Syn_TypeSig 

newtype T_TypeSigs

Constructors

T_TypeSigs (NontermIdent -> [Identifier] -> TypeSigs) 

concatSeq :: [Seq a] -> Seq a

missingRuleErrorExpr :: (Show a3, Show a2, Show a1, Show a) => a -> a1 -> a2 -> a3 -> [Char]

concatRE :: [([a], Seq a1)] -> ([a], Seq a1)

multiRule :: Rule -> Int -> ([Rule], Int)