Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. isGlobalId :: Var -> Bool

    ghc GHC

    No documentation available.

  2. isImplicitId :: Id -> Bool

    ghc GHC

    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.

  3. isLocalId :: Var -> Bool

    ghc GHC

    No documentation available.

  4. isPrimOpId :: Id -> Bool

    ghc GHC

    No documentation available.

  5. maxValidHoleFits :: DynFlags -> Maybe Int

    ghc GHC

    Maximum number of hole fits to show in typed hole error messages

  6. obtainTermFromId :: GhcMonad m => Int -> Bool -> Id -> m Term

    ghc GHC

    No documentation available.

  7. resumeBreakpointId :: Resume -> Maybe InternalBreakpointId

    ghc GHC

    the breakpoint we stopped at (Nothing = exception)

  8. resumeFinalIds :: Resume -> [Id]

    ghc GHC

    No documentation available.

  9. targetId :: Target -> !TargetId

    ghc GHC

    module or filename

  10. targetUnitId :: Target -> !UnitId

    ghc GHC

    id of the unit this target is part of

Page 441 of many | Previous | Next