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

Language.Fortran.Repr.Value.Machine

Synopsis

Documentation

data FValue Source #

A Fortran value (scalar only currently).

Instances

Instances details
Out FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

Methods

docPrec :: Int -> FValue -> Doc #

doc :: FValue -> Doc #

docList :: [FValue] -> Doc #

Data FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

Methods

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

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

toConstr :: FValue -> Constr #

dataTypeOf :: FValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Generic FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

Associated Types

type Rep FValue :: Type -> Type #

Methods

from :: FValue -> Rep FValue x #

to :: Rep FValue x -> FValue #

Show FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

Binary FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

Methods

put :: FValue -> Put #

get :: Get FValue #

putList :: [FValue] -> Put #

Eq FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

Methods

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

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

MonadReader (Map Name FValue) FEvalValuePure Source # 
Instance details

Defined in Language.Fortran.Repr.Eval.Value

type Rep FValue Source # 
Instance details

Defined in Language.Fortran.Repr.Value.Machine

type Rep FValue = D1 ('MetaData "FValue" "Language.Fortran.Repr.Value.Machine" "fortran-src-0.15.1-inplace" 'False) (C1 ('MetaCons "MkFScalarValue" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FScalarValue)))