Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
inline-c Language.C.Inline.Internal No documentation available.
-
inline-c Language.C.Inline.Internal No documentation available.
-
inline-c Language.C.Inline.Internal No documentation available.
Plain :: HaskellIdentifier -> ParameterTypeinline-c Language.C.Inline.Internal No documentation available.
-
inline-c Language.C.Types No documentation available.
ParameterDeclaration :: Maybe i -> Type i -> ParameterDeclaration iinline-c Language.C.Types No documentation available.
Proto :: Type i -> [ParameterDeclaration i] -> Type iinline-c Language.C.Types No documentation available.
Ptr :: [TypeQualifier] -> Type i -> Type iinline-c Language.C.Types No documentation available.
-
A parser for C99 declarations. Currently, the parser has the following limitations:
- Array sizes can only be *, n (where n is a positive integer), x (where x is a C identifier). In C99 they can be arbitrary expressions. See the ArrayType data type.
- _Bool, _Complex, and _Imaginary are not present.
- Untyped parameter lists (pre-K&R C) are not allowed.
-
inline-c Language.C.Types.Parse No documentation available.