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. insertFirstChild :: forall n (c :: Type -> Type) tag text . NodeClass n c => n c tag text -> CursorG n c tag text -> Maybe (CursorG n c tag text)

    hexpat Text.XML.Expat.Cursor

    Insert content as the first child of the current position.

  2. insertManyFirstChild :: NodeClass n c => c (n c tag text) -> CursorG n c tag text -> Maybe (CursorG n c tag text)

    hexpat Text.XML.Expat.Cursor

    Insert content as the first child of the current position.

  3. isFirst :: forall (n :: (Type -> Type) -> Type -> Type -> Type) tag text . CursorG n [] tag text -> Bool

    hexpat Text.XML.Expat.Cursor

    Are we at the left end of the the document? (Pure version.)

  4. isFirstM :: forall (c :: Type -> Type) (n :: (Type -> Type) -> Type -> Type -> Type) tag text . List c => CursorG n c tag text -> ItemM c Bool

    hexpat Text.XML.Expat.Cursor

    Are we at the left end of the the document? (Used for monadic node types.)

  5. CD_First :: CursorDirection

    hpqtypes Database.PostgreSQL.PQTypes.Cursor

    No documentation available.

  6. dropFirst :: Eq a => a -> [a] -> [a]

    hscolour Language.Haskell.HsColour.General

    No documentation available.

  7. findFirst :: forall x (ts :: [Type]) (n :: Nat) . ListContains n x ts => HVect ts -> x

    hvect Data.HVect

    Find first element in HVect of type x

  8. convertFirst :: ConvertibleExactly a b => (b -> b -> c) -> a -> b -> c

    mixed-types-num Numeric.MixedTypes.Literals

    No documentation available.

  9. convertFirstUsing :: (a -> b -> b) -> (b -> b -> c) -> a -> b -> c

    mixed-types-num Numeric.MixedTypes.Literals

    No documentation available.

  10. NullsFirst :: Nulls

    relational-query Database.Relational

    No documentation available.

Page 75 of many | Previous | Next