Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. splitFirstWord :: String -> (String, String)

    lambdabot-core Lambdabot.Util

    Break a String into it's first word, and the rest of the string. Example:

    split_first_word "A fine day" ===> ("A", "fine day)
    

  2. w128_first :: Word128 -> !Word64

    large-hashable Data.LargeHashable.LargeWord

    No documentation available.

  3. w256_first :: Word256 -> !Word128

    large-hashable Data.LargeHashable.LargeWord

    No documentation available.

  4. c_leveldb_iter_seek_to_first :: IteratorPtr -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  5. iterFirst :: MonadIO m => Iterator -> m ()

    leveldb-haskell Database.LevelDB.Iterator

    Position at the first key in the source. The iterator is valid after this call iff the source is not empty.

  6. iterFirst :: MonadIO m => Iterator -> m ()

    leveldb-haskell Database.LevelDB.MonadResource

    Position at the first key in the source. The iterator is valid after this call iff the source is not empty.

  7. mapFirstSuspension :: forall s (m :: Type -> Type) x . (Functor s, Monad m) => (forall y . () => s y -> s y) -> Coroutine s m x -> Coroutine s m x

    monad-coroutine Control.Monad.Coroutine

    Modify the first upcoming suspension of a Coroutine.

  8. ultrafirst :: (Profunctor p, Semigroupal (->) (,) (,) Either p) => p a b -> p (a, x) (b, y)

    monoidal-functors Data.Bifunctor.Monoidal.Specialized

    No documentation available.

  9. popFirst :: Ord k => k -> SeqMultimap k v -> Maybe (v, SeqMultimap k v)

    more-containers Data.Multimap.Seq

    O(log m) Pops the first value associated with a key, if present.

  10. em_GETFIRSTVISIBLELINE :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

Page 98 of many | Previous | Next