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.
idInfo :: HasDebugCallStack => Id -> IdInfoghc-lib-parser GHC.Types.Var No documentation available.
ideclAs :: ImportDecl pass -> Maybe (XRec pass ModuleName)ghc-lib-parser Language.Haskell.Syntax.ImpExp as Module
ideclExt :: ImportDecl pass -> XCImportDecl passghc-lib-parser Language.Haskell.Syntax.ImpExp Locations of keywords like import, qualified, etc. are captured here.
ideclImportList :: ImportDecl pass -> Maybe (ImportListInterpretation, XRec pass [LIE pass])ghc-lib-parser Language.Haskell.Syntax.ImpExp Explicit import list (EverythingBut => hiding, names)
ideclName :: ImportDecl pass -> XRec pass ModuleNameghc-lib-parser Language.Haskell.Syntax.ImpExp Module name.
ideclPkgQual :: ImportDecl pass -> ImportDeclPkgQual passghc-lib-parser Language.Haskell.Syntax.ImpExp Package qualifier.
ideclQualified :: ImportDecl pass -> ImportDeclQualifiedStyleghc-lib-parser Language.Haskell.Syntax.ImpExp If/how the import is qualified.
ideclSafe :: ImportDecl pass -> Boolghc-lib-parser Language.Haskell.Syntax.ImpExp True => safe import
ideclSource :: ImportDecl pass -> IsBootInterfaceghc-lib-parser Language.Haskell.Syntax.ImpExp IsBoot <=> {-# SOURCE #-} import
idleAdd :: IO Bool -> Priority -> IO HandlerIdglib 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.