Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

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

    No documentation available.

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

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

    No documentation available.

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

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

  4. firstChild :: Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Navigates a Cursor down to its first child.

  5. firstPointOf :: Primitive -> Point

    Rasterific Graphics.Rasterific

    Extract the first point of the primitive.

  6. firstTangeantOf :: Primitive -> Vector

    Rasterific Graphics.Rasterific

    Gives the orientation vector for the start of the primitive.

  7. firstOrdership :: forall (e :: Effect) (f :: Type -> Type) (g :: Type -> Type) . FirstOrder e => Ordership 'FirstOrder e f g

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  8. firstChild :: forall (n :: (Type -> Type) -> Type -> Type -> Type) tag text . (NodeClass n [], Monoid tag) => CursorG n [] tag text -> Maybe (CursorG n [] tag text)

    hexpat Text.XML.Expat.Cursor

    The first child of the given location - pure version.

  9. firstChildM :: forall (n :: (Type -> Type) -> Type -> Type -> Type) (c :: Type -> Type) tag text . (NodeClass n c, Monoid tag) => CursorG n c tag text -> ItemM c (Maybe (CursorG n c tag text))

    hexpat Text.XML.Expat.Cursor

    The first child of the given location - used for monadic node types.

  10. firstChars :: StringLike s => GenRegex s -> CharSet

    hxt-regex-xmlschema Text.Regex.XMLSchema.Generic.Regex

    FIRST for regular expressions this is only an approximation, the real set of char may be smaller, when the expression contains intersection, set difference or exor operators

Page 24 of many | Previous | Next