Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. setIdCallArity :: Id -> Arity -> Id

    ghc GHC.Types.Id

    No documentation available.

  2. zapIdTailCallInfo :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  3. AlwaysTailCalled :: JoinArity -> TailCallInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  4. FCallId :: ForeignCall -> IdDetails

    ghc GHC.Types.Id.Info

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

  5. NoTailCallInfo :: TailCallInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  6. data TailCallInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  7. callArityInfo :: IdInfo -> ArityInfo

    ghc 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

  8. isAlwaysTailCalled :: OccInfo -> Bool

    ghc GHC.Types.Id.Info

    No documentation available.

  9. setCallArityInfo :: IdInfo -> ArityInfo -> IdInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  10. tailCallInfo :: OccInfo -> TailCallInfo

    ghc GHC.Types.Id.Info

    No documentation available.

Page 319 of many | Previous | Next