Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. TickBoxOpId :: TickBoxOp -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is for a HPC tick box (both traditional and binary)

  2. VanillaId :: IdDetails

    ghc GHC.Types.Id.Info

    No documentation available.

  3. WorkerLikeId :: [CbvMark] -> IdDetails

    ghc GHC.Types.Id.Info

    An Id for a worker like function, which might expect some arguments to be passed both evaluated and tagged. Worker like functions are create by W/W and SpecConstr and we can expect that they aren't used unapplied. See Note [CBV Function Ids] See Note [Tag Inference] The [CbvMark] is always empty (and ignored) until after Tidy for ids from the current module.

  4. isJoinIdDetails_maybe :: IdDetails -> Maybe (JoinArity, Maybe [CbvMark])

    ghc GHC.Types.Id.Info

    No documentation available.

  5. noCafIdInfo :: IdInfo

    ghc GHC.Types.Id.Info

    More informative IdInfo we can use when we know the Id has no CAF references

  6. pprIdDetails :: IdDetails -> SDoc

    ghc GHC.Types.Id.Info

    No documentation available.

  7. vanillaIdInfo :: IdInfo

    ghc GHC.Types.Id.Info

    Basic IdInfo that carries no useful information whatsoever

  8. coerceId :: Id

    ghc GHC.Types.Id.Make

    No documentation available.

  9. coercionTokenId :: Id

    ghc GHC.Types.Id.Make

    No documentation available.

  10. ghcPrimIds :: [Id]

    ghc GHC.Types.Id.Make

    No documentation available.

Page 575 of many | Previous | Next