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.

  1. ident' :: Parser Error ByteString

    dotparse DotParse.FlatParse.TH

    Parse an identifier, throw a precise error on failure.

  2. identChar :: Parser e Char

    dotparse DotParse.FlatParse.TH

    Read a non-starting character of an identifier.

  3. identStartChar :: Parser e Char

    dotparse DotParse.FlatParse.TH

    Read a starting character of an identifier.

  4. idDataCon :: Id -> DataCon

    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

  5. idType :: Id -> Kind

    ghc-lib GHC

    No documentation available.

  6. 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.

  7. idDsWrapper :: DsWrapper

    ghc-lib GHC.HsToCore.Monad

    No documentation available.

  8. idEntityInfo :: Id -> Set EntityInfo

    ghc-lib GHC.Iface.Ext.Types

    Get the EntityInfo for an Id

  9. identInfo :: IdentifierDetails a -> Set ContextInfo

    ghc-lib GHC.Iface.Ext.Types

    No documentation available.

  10. identType :: IdentifierDetails a -> Maybe a

    ghc-lib GHC.Iface.Ext.Types

    No documentation available.

Page 330 of many | Previous | Next