Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. FCallId :: ForeignCall -> IdDetails

    ghc-lib-parser GHC.Types.Id.Info

    The Id is for a foreign call. Type will be simple: no type families, newtypes, etc

  2. NoTailCallInfo :: TailCallInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  3. data TailCallInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  4. callArityInfo :: IdInfo -> ArityInfo

    ghc-lib-parser GHC.Types.Id.Info

    How this is called. This is the number of arguments to which a binding can be eta-expanded without losing any sharing. n = all calls have at least n arguments

  5. isAlwaysTailCalled :: OccInfo -> Bool

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  6. setCallArityInfo :: IdInfo -> ArityInfo -> IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  7. tailCallInfo :: OccInfo -> TailCallInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  8. zapCallArityInfo :: IdInfo -> IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  9. zapTailCallInfo :: IdInfo -> Maybe IdInfo

    ghc-lib-parser GHC.Types.Id.Info

    No documentation available.

  10. bang_opt_unbox_small :: BangOpts -> !Bool

    ghc-lib-parser GHC.Types.Id.Make

    Unbox small strict fields

Page 605 of many | Previous | Next