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.

  1. firstSerial :: Serial

    dbus DBus.Internal.Types

    Get the first serial in the sequence.

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

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

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

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

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

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

    No documentation available.

  6. firstOrderCausal :: (C a, C a v) => T (Parameter a, v) v

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

    No documentation available.

  7. firstOrderModifier :: (C a, C a v) => Simple (State v) (Parameter a) v v

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

    No documentation available.

  8. firstOrderStep :: (C a, C a v) => Parameter a -> v -> State (State v) v

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

    No documentation available.

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

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

  10. firstChild :: Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Navigates a Cursor down to its first child.

Page 23 of many | Previous | Next