Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
firstJusts :: Foldable f => f (Maybe a) -> Maybe aghc-lib-parser GHC.Data.Maybe Takes a list of Maybes and returns the first Just if there is one, or Nothing otherwise.
firstJustsM :: (Monad m, Foldable f) => f (m (Maybe a)) -> m (Maybe a)ghc-lib-parser GHC.Data.Maybe Takes computations returnings Maybes; tries each one in order. The first one to return a Just wins. Returns Nothing if all computations return Nothing.
first_code :: GenStackFrame b -> !bghc-lib-parser GHC.Exts.Heap.Closures No documentation available.
-
ghc-lib-parser GHC.Types.Basic Tags are allocated from here for real constructors or for superclass selectors
firstDataDefnCon :: DataDefnCons a -> Maybe aghc-lib-parser Language.Haskell.Syntax.Decls Retrieve the first data constructor in a DataDefnCons (if one exists).
first' :: Strong p => p i a b -> p i (a, c) (b, c)indexed-profunctors Data.Profunctor.Indexed No documentation available.
-
yaya Yaya.Functor This isn’t a Functor instance because of the position of the a, but you can use it like: > newtype List a = List (Mu (XNor a)) > instance Functor List where > fmap f (List mu) = List (firstMap f mu)
firstValueE :: IsSql2003FirstValueAndLastValueExpressionSyntax agg => agg -> aggbeam-core Database.Beam.Backend.SQL.SQL2003 No documentation available.
firstValue_ :: (BeamSqlBackend be, BeamSqlT616Backend be) => QExpr be s a -> QAgg be s abeam-core Database.Beam.Query No documentation available.
-
dbus DBus Get the first serial in the sequence.