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. zapIdUnfolding :: Id -> Id

    ghc GHC.Types.Id

    Similar to trimUnfolding, but also removes evaldness info.

  2. zapIdUsageEnvInfo :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  3. zapIdUsageInfo :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  4. zapIdUsedOnceInfo :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  5. zapJoinId :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  6. zapLamIdInfo :: Id -> Id

    ghc GHC.Types.Id

    No documentation available.

  7. ClassOpId :: Class -> Bool -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is a superclass selector or class operation

  8. CoVarId :: IdDetails

    ghc GHC.Types.Id.Info

    A coercion variable This only covers un-lifted coercions, of type (t1 ~# t2) or (t1 ~R# t2), not their lifted variants

  9. DFunId :: Bool -> IdDetails

    ghc GHC.Types.Id.Info

    A dictionary function. Bool = True = the class has only one method, so may be implemented with a newtype, so it might be bad to be strict on this dictionary

  10. DataConWorkId :: DataCon -> IdDetails

    ghc GHC.Types.Id.Info

    The Id is for a data constructor worker

Page 573 of many | Previous | Next