Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type CDerivedDeclr = CDerivedDeclarator NodeInfo

    language-c Language.C.Syntax.AST

    Derived declarators, see CDeclr Indirections are qualified using type-qualifiers and generic attributes, and additionally

    • The size of an array is either a constant expression, variable length (*) or missing; in the last case, the type of the array is incomplete. The qualifier static is allowed for function arguments only, indicating that the supplied argument is an array of at least the given size.
    • New style parameter lists have the form Right (declarations, isVariadic), old style parameter lists have the form Left (parameter-names)

Page 101 of many | Previous | Next