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. isDeadEndId :: Var -> Bool

    ghc GHC.Plugins

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

  2. isExportedId :: Var -> Bool

    ghc GHC.Plugins

    isExportedIdVar means "don't throw this away"

  3. isFCallId :: Id -> Bool

    ghc GHC.Plugins

    No documentation available.

  4. isFCallId_maybe :: Id -> Maybe ForeignCall

    ghc GHC.Plugins

    No documentation available.

  5. isGlobalId :: Var -> Bool

    ghc GHC.Plugins

    No documentation available.

  6. isId :: Var -> Bool

    ghc GHC.Plugins

    Is this a value-level (i.e., computationally relevant) Identifier? Satisfies isId = not . isTyVar.

  7. isImplicitId :: Id -> Bool

    ghc GHC.Plugins

    isImplicitId tells whether an Ids info is implied by other declarations, so we don't need to put its signature in an interface file, even if it's mentioned in some other interface unfolding.

  8. isJoinId :: Var -> Bool

    ghc GHC.Plugins

    No documentation available.

  9. isLocalId :: Var -> Bool

    ghc GHC.Plugins

    No documentation available.

  10. isPrimOpId :: Id -> Bool

    ghc GHC.Plugins

    No documentation available.

Page 530 of many | Previous | Next