Language.Fortran.Repr.Value.Common
data PrimRepr Source #
Constructors
Representation behaviour intends to match Fortran's. I guess we'll target gfortran.
Use "mathematically ideal" representations e.g. Integer for all INTEGER(x) types. This enables us to check for correctness issues such as overflow.
Integer
INTEGER(x)
data Check Source #
Where relevant/possible, values will be checked for correctness (e.g. existence of over/underflow), and adjusted accordingly.
Values will not be checked for correctness.