fortran-src-0.12.0: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Fortran.Repr.Type

Synopsis

Documentation

data FType Source #

A Fortran type (scalar or array).

Instances

Instances details
Data FType Source # 
Instance details

Defined in Language.Fortran.Repr.Type

Methods

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

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

toConstr :: FType -> Constr #

dataTypeOf :: FType -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic FType Source # 
Instance details

Defined in Language.Fortran.Repr.Type

Associated Types

type Rep FType :: Type -> Type #

Methods

from :: FType -> Rep FType x #

to :: Rep FType x -> FType #

Show FType Source # 
Instance details

Defined in Language.Fortran.Repr.Type

Methods

showsPrec :: Int -> FType -> ShowS #

show :: FType -> String #

showList :: [FType] -> ShowS #

Eq FType Source # 
Instance details

Defined in Language.Fortran.Repr.Type

Methods

(==) :: FType -> FType -> Bool #

(/=) :: FType -> FType -> Bool #

type Rep FType Source # 
Instance details

Defined in Language.Fortran.Repr.Type

type Rep FType = D1 ('MetaData "FType" "Language.Fortran.Repr.Type" "fortran-src-0.12.0-inplace" 'False) (C1 ('MetaCons "MkFScalarType" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FScalarType)) :+: C1 ('MetaCons "MkFArrayType" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FArrayType)))