• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. lookupIndex :: Ord k => k -> OMap k v -> Maybe Index

    th-desugar Language.Haskell.TH.Desugar.OMap

    No documentation available.

  2. lookupAt :: Index -> OMap k v -> Maybe (k, v)

    th-desugar Language.Haskell.TH.Desugar.OMap.Strict

    No documentation available.

  3. lookupIndex :: Ord k => k -> OMap k v -> Maybe Index

    th-desugar Language.Haskell.TH.Desugar.OMap.Strict

    No documentation available.

  4. lookupAt :: Index -> OSet a -> Maybe a

    th-desugar Language.Haskell.TH.Desugar.OSet

    No documentation available.

  5. lookupIndex :: Ord a => a -> OSet a -> Maybe Index

    th-desugar Language.Haskell.TH.Desugar.OSet

    No documentation available.

  6. lookupBy :: (a -> Bool) -> [a] -> Maybe a

    HaXml Text.XML.HaXml.Schema.Parse

    An auxiliary you might expect to find in Data.List

  7. lookupST :: String -> SymTab a -> Maybe a

    HaXml Text.XML.HaXml.Types

    No documentation available.

  8. lookupR :: (Ord a, Ord b, MonadThrow m) => b -> Bimap a b -> m a

    bimap Data.Bimap

    O(log n). A version of lookup that is specialized to the right key, and returns the corresponding left key. Version: 0.2

  9. lookupStore :: Word32 -> IO (Maybe (Store a))

    foreign-store Foreign.Store

    Lookup from the store if an index is allocated. Not thread-safe.

  10. lookupModule :: ModuleName -> FastString -> TcPluginM Module

    ghc-tcplugins-extra GHC.TcPluginM.Extra

    Find a module

Page 77 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete