Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. idInfo :: HasDebugCallStack => Id -> IdInfo

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  2. ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    as Module

  3. ideclExt :: ImportDecl pass -> XCImportDecl pass

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Locations of keywords like import, qualified, etc. are captured here.

  4. ideclImportList :: ImportDecl pass -> Maybe (ImportListInterpretation, XRec pass [LIE pass])

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Explicit import list (EverythingBut => hiding, names)

  5. ideclName :: ImportDecl pass -> XRec pass ModuleName

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Module name.

  6. ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual pass

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    Package qualifier.

  7. ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyle

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    If/how the import is qualified.

  8. ideclSafe :: ImportDecl pass -> Bool

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    True => safe import

  9. ideclSource :: ImportDecl pass -> IsBootInterface

    ghc-lib-parser Language.Haskell.Syntax.ImpExp

    IsBoot <=> {-# SOURCE #-} import

  10. idleAdd :: IO Bool -> Priority -> IO HandlerId

    glib System.Glib.MainLoop

    Add a callback that is called whenever the system is idle.

    • A priority can be specified via an integer. This should usually be priorityDefaultIdle.
    • If the function returns False it will be removed.

Page 291 of many | Previous | Next