Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
getVersionIntrinsics :: FortranVersion -> IntrinsicsTable Source #
Obtain set of intrinsics that are most closely aligned with given version.
getIntrinsicNames :: IntrinsicsTable -> [String] Source #
data IntrinsicType Source #
type IntrinsicsTable = Map String IntrinsicType Source #