Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. PseudoFirstOfType :: PseudoClass

    hxt-css Text.XML.HXT.CSS.TypeDefs

    :first-of-type
    

  2. msumFirst :: (MonoidalAlt f, Traversable t) => t (f a) -> f a

    invertible Control.Invertible.Monoidal

    Fold a structure with >| (|<), thus always applying the input to the first (last) item for generation.

  3. eitherFirst :: Either (a, c) (b, c) <-> (Either a b, c)

    invertible Data.Invertible.Either

    Lift an either out of the first component of a tuple.

  4. 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)
    

  5. w128_first :: Word128 -> !Word64

    large-hashable Data.LargeHashable.LargeWord

    No documentation available.

  6. w256_first :: Word256 -> !Word128

    large-hashable Data.LargeHashable.LargeWord

    No documentation available.

  7. c_leveldb_iter_seek_to_first :: IteratorPtr -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

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

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

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

Page 97 of many | Previous | Next