platinum-parsing-0.1.0.0: General Framework for compiler development.

Copyright(c) 2017 Patrick Champion
Licensesee LICENSE file
Maintainerchlablak@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

PP.Templates.Dfa

Description

 

Synopsis

Documentation

data DfaContext Source #

DFA context

Instances

Eq DfaContext Source # 
Data DfaContext Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DfaContext -> c DfaContext #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DfaContext #

toConstr :: DfaContext -> Constr #

dataTypeOf :: DfaContext -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DfaContext) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DfaContext) #

gmapT :: (forall b. Data b => b -> b) -> DfaContext -> DfaContext #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DfaContext -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DfaContext -> r #

gmapQ :: (forall d. Data d => d -> u) -> DfaContext -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DfaContext -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DfaContext -> m DfaContext #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DfaContext -> m DfaContext #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DfaContext -> m DfaContext #

Template DfaContext Source #

Template instance for DfaContext

context :: DfaGraph -> DfaContext Source #

Construct DFA context