Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. deleteFirstsBy :: (a -> a -> Bool) -> [a] -> [a] -> [a]

    prelude-compat Data.List2010

    No documentation available.

  2. keepFirst :: forall (m :: Type -> Type) cl a . Monad m => ClSF m cl a a

    rhine FRP.Rhine.ClSF.Util

    Remembers and indefinitely outputs ("holds") the first input value.

  3. arrowFirst :: Arrow arrow => arrow a b -> arrow (T a c) (T b c)

    synthesizer-core Synthesizer.Zip

    No documentation available.

  4. arrowFirstShorten :: (Arrow arrow, Transform b, Transform c) => arrow a b -> arrow (T a c) (T b c)

    synthesizer-core Synthesizer.Zip

    No documentation available.

  5. insertFirstChild :: Node -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a Node as the first child of the current element.

  6. insertManyFirstChild :: [Node] -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of Nodes as the first children of the current element.

  7. isFirst :: Cursor -> Bool

    xmlhtml Text.XmlHtml.Cursor

    Determines if the Cursor is at a first child.

  8. applyFirst :: (Char -> Char) -> String -> String

    aeson-casing Data.Aeson.Casing.Internal

    No documentation available.

  9. performOnFirstSample :: Monad m => m (Automaton m a b) -> Automaton m a b

    automaton Data.Automaton.Trans.Except

    Extract an Automaton from a monadic action. Runs a monadic action that produces an Automaton on the first step, and then runs result for all further inputs (including the first one).

  10. runReturningFirst :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> m (Maybe x)

    beam-core Database.Beam

    Run the given command and fetch the first result. The result is Nothing if no results are returned. This is not guaranteed to automatically limit the query to one result.

Page 71 of many | Previous | Next