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.Type.Scalar.Common

Synopsis

Documentation

type FKindLit = Word8 Source #

The internal type used to pass type kinds around.

class FKind a where Source #

Fortran types which use simple integer kinds.

Methods

printFKind :: a -> FKindLit Source #

Serialize the kind tag to the shared kind representation.

parseFKind :: FKindLit -> Maybe a Source #

Parse a kind tag from the shared kind representation.