Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
The Fortran integer type.
Instances
Out FTInt Source # | |
Data FTInt Source # | |
Defined in Language.Fortran.Repr.Type.Scalar.Int gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FTInt -> c FTInt # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FTInt # dataTypeOf :: FTInt -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FTInt) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FTInt) # gmapT :: (forall b. Data b => b -> b) -> FTInt -> FTInt # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FTInt -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FTInt -> r # gmapQ :: (forall d. Data d => d -> u) -> FTInt -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> FTInt -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> FTInt -> m FTInt # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FTInt -> m FTInt # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FTInt -> m FTInt # | |
Enum FTInt Source # | |
Defined in Language.Fortran.Repr.Type.Scalar.Int | |
Generic FTInt Source # | |
Show FTInt Source # | |
Binary FTInt Source # | |
FKind FTInt Source # | |
Defined in Language.Fortran.Repr.Type.Scalar.Int | |
Eq FTInt Source # | |
Ord FTInt Source # | |
type Rep FTInt Source # | |
Defined in Language.Fortran.Repr.Type.Scalar.Int type Rep FTInt = D1 ('MetaData "FTInt" "Language.Fortran.Repr.Type.Scalar.Int" "fortran-src-0.16.1-inplace" 'False) ((C1 ('MetaCons "FTInt1" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "FTInt2" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "FTInt4" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "FTInt8" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "FTInt16" 'PrefixI 'False) (U1 :: Type -> Type)))) |
type family FTIntCombine k1 k2 where ... Source #
FTIntCombine k k = k | |
FTIntCombine 'FTInt16 _ = 'FTInt16 | |
FTIntCombine _ 'FTInt16 = 'FTInt16 | |
FTIntCombine 'FTInt8 _ = 'FTInt8 | |
FTIntCombine _ 'FTInt8 = 'FTInt8 | |
FTIntCombine 'FTInt4 _ = 'FTInt4 | |
FTIntCombine _ 'FTInt4 = 'FTInt4 | |
FTIntCombine 'FTInt2 _ = 'FTInt2 | |
FTIntCombine _ 'FTInt2 = 'FTInt2 |