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.
PseudoFirstOfType :: PseudoClasshxt-css Text.XML.HXT.CSS.TypeDefs :first-of-type
msumFirst :: (MonoidalAlt f, Traversable t) => t (f a) -> f ainvertible Control.Invertible.Monoidal Fold a structure with >| (|<), thus always applying the input to the first (last) item for generation.
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.
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)w128_first :: Word128 -> !Word64large-hashable Data.LargeHashable.LargeWord No documentation available.
w256_first :: Word256 -> !Word128large-hashable Data.LargeHashable.LargeWord No documentation available.
c_leveldb_iter_seek_to_first :: IteratorPtr -> IO ()leveldb-haskell Database.LevelDB.C No documentation available.
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.
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.
-
monad-coroutine Control.Monad.Coroutine Modify the first upcoming suspension of a Coroutine.