Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. curryFirst :: forall (n :: PeanoNum) a b . Fun ('S n) a b -> a -> Fun n a b

    fixed-vector Data.Vector.Fixed.Cont

    Curry first parameter of n-ary function

  2. uncurryFirst :: forall a (n :: PeanoNum) b . (a -> Fun n a b) -> Fun ('S n) a b

    fixed-vector Data.Vector.Fixed.Cont

    Uncurry first parameter of n-ary function

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

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

  5. 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.)

  6. 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.)

  7. CD_First :: CursorDirection

    hpqtypes Database.PostgreSQL.PQTypes.Cursor

    No documentation available.

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

    hscolour Language.Haskell.HsColour.General

    No documentation available.

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

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

    mixed-types-num Numeric.MixedTypes.Literals

    No documentation available.

Page 75 of many | Previous | Next