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. isDFunId :: Id -> Bool

    ghc GHC.Types.Id

    No documentation available.

  2. isDataConId_maybe :: Id -> Maybe DataCon

    ghc GHC.Types.Id

    No documentation available.

  3. isDataConWorkId :: Id -> Bool

    ghc GHC.Types.Id

    No documentation available.

  4. isDataConWorkId_maybe :: Id -> Maybe DataCon

    ghc GHC.Types.Id

    No documentation available.

  5. isDataConWrapId :: Id -> Bool

    ghc GHC.Types.Id

    No documentation available.

  6. isDataConWrapId_maybe :: Id -> Maybe DataCon

    ghc GHC.Types.Id

    No documentation available.

  7. isDeadEndId :: Var -> Bool

    ghc GHC.Types.Id

    Returns true if an application to n args diverges or throws an exception See Note [Dead ends] in GHC.Types.Demand.

  8. isExportedId :: Var -> Bool

    ghc GHC.Types.Id

    isExportedIdVar means "don't throw this away"

  9. isFCallId :: Id -> Bool

    ghc GHC.Types.Id

    No documentation available.

  10. isFCallId_maybe :: Id -> Maybe ForeignCall

    ghc GHC.Types.Id

    No documentation available.

Page 567 of many | Previous | Next