Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. firstMap :: forall d (f :: Type -> Type -> Type) a b . (DFunctor d, Bifunctor f) => (a -> b) -> d (f a) -> d (f b)

    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)

  2. firstValueE :: IsSql2003FirstValueAndLastValueExpressionSyntax agg => agg -> agg

    beam-core Database.Beam.Backend.SQL.SQL2003

    No documentation available.

  3. firstValue_ :: (BeamSqlBackend be, BeamSqlT616Backend be) => QExpr be s a -> QAgg be s a

    beam-core Database.Beam.Query

    No documentation available.

  4. firstSerial :: Serial

    dbus DBus

    Get the first serial in the sequence.

  5. firstSerial :: Serial

    dbus DBus.Internal.Types

    Get the first serial in the sequence.

  6. firstOf :: FoldLike (First a) s t a b -> s -> Maybe a

    lens-family-core Lens.Family

    firstOf :: Fold s t a b -> s -> Maybe a
    
    Returns Just the first referenced value. Returns Nothing if there are no referenced values. See ^? for an infix version of firstOf

  7. first_ :: forall (es :: Set Type) (es' :: Set Type) a b s . Firstable es es' a b => React s (es :+: es') (ThreadId, ThreadId) -> React s es a -> React s es' b -> React s (es :+: es') (Or a b)

    moffy Control.Moffy.Internal.React

    No documentation available.

  8. firstLetter :: String -> Maybe Char

    optparse-generic Options.Generic

    Use this for the shortNameModifier field of the Modifiers record if you want to use the first letter of each option as the short name

  9. firstMoment :: C y => T y -> y

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  10. firstOrder :: (C a, C a v) => T (Parameter a) -> T v -> T v

    synthesizer-core Synthesizer.Plain.Filter.Recursive.Allpass

    No documentation available.

Page 23 of many | Previous | Next