Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ident' :: Parser Error ByteStringdotparse DotParse.FlatParse.TH Parse an identifier, throw a precise error on failure.
-
dotparse DotParse.FlatParse.TH Read a non-starting character of an identifier.
identStartChar :: Parser e Chardotparse DotParse.FlatParse.TH Read a starting character of an identifier.
-
ghc-lib GHC Get from either the worker or the wrapper Id to the DataCon. Currently used only in the desugarer. INVARIANT: idDataCon (dataConWrapId d) = d: remember, dataConWrapId can return either the wrapper or the worker
-
ghc-lib GHC No documentation available.
idom :: Rooted -> [(Node, Node)]ghc-lib GHC.CmmToAsm.CFG.Dominators Immediate dominators. O(|E|*alpha(|E|,|V|)), where alpha(m,n) is "a functional inverse of Ackermann's function". This Complexity bound assumes O(1) indexing. Since we're using IntMap, it has an additional lg |V| factor somewhere in there. I'm not sure where.
-
ghc-lib GHC.HsToCore.Monad No documentation available.
idEntityInfo :: Id -> Set EntityInfoghc-lib GHC.Iface.Ext.Types Get the EntityInfo for an Id
identInfo :: IdentifierDetails a -> Set ContextInfoghc-lib GHC.Iface.Ext.Types No documentation available.
identType :: IdentifierDetails a -> Maybe aghc-lib GHC.Iface.Ext.Types No documentation available.