camfort-1.1.1: CamFort - Cambridge Fortran infrastructure
Safe HaskellNone
LanguageHaskell2010

Camfort.Specification.DerivedDataType.Parser

Documentation

data DDTStatement Source #

Constructors

DDTSt 

Instances

Instances details
Eq DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

Data DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

Methods

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

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

toConstr :: DDTStatement -> Constr #

dataTypeOf :: DDTStatement -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

Generic DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

Associated Types

type Rep DDTStatement :: Type -> Type #

Binary DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

NFData DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

Methods

rnf :: DDTStatement -> () #

type Rep DDTStatement Source # 
Instance details

Defined in Camfort.Specification.DerivedDataType.Parser

type Rep DDTStatement = D1 ('MetaData "DDTStatement" "Camfort.Specification.DerivedDataType.Parser" "camfort-1.1.1-inplace" 'False) (C1 ('MetaCons "DDTSt" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ddtStStarred") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "ddtStTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :*: (S1 ('MetaSel ('Just "ddtStLabels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [(String, String)]) :*: S1 ('MetaSel ('Just "ddtStVarDims") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [(String, Int)]))))