Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Idealized Fortran LOGICAL values.
In cases where you don't need the machine representation of a LOGICAL(x)
,
which is likely to be an INTEGER(x)
, you can store all kinds with a Haskell
Bool
.
Documentation
newtype FLogical (k :: FTInt) Source #
Instances
Show (FLogical k) Source # | |
Eq (FLogical k) Source # | |
Ord (FLogical k) Source # | |
Defined in Language.Fortran.Repr.Value.Scalar.Logical.Idealized |