Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. apLast :: forall (n :: PeanoNum) a b . ArityPeano n => Fun ('S n) a b -> a -> Fun n a b

    fixed-vector Data.Vector.Fixed.Cont

    Apply last parameter to function. Unlike apFun we need to traverse all parameters but last hence Arity constraint.

  2. curryLast :: forall (n :: PeanoNum) a b . ArityPeano n => Fun ('S n) a b -> Fun n a (a -> b)

    fixed-vector Data.Vector.Fixed.Cont

    Curry last parameter of n-ary function

  3. getLastModified :: (MonadDOM m, IsDocument self, FromJSString result) => self -> m result

    ghcjs-dom GHCJS.DOM.Document

    Mozilla Document.lastModified documentation

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

  5. insertManyLastChild :: 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.

  6. isLast :: forall (n :: (Type -> Type) -> Type -> Type -> Type) tag text . CursorG n [] tag text -> Bool

    hexpat Text.XML.Expat.Cursor

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

  7. isLastM :: 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 right end of the document? (Used for monadic node types.)

  8. getLastQuery :: MonadDB m => m SomeSQL

    hpqtypes Database.PostgreSQL.PQTypes.Class

    Get last SQL query that was executed.

  9. withFrozenLastQuery :: MonadDB m => m a -> m a

    hpqtypes Database.PostgreSQL.PQTypes.Class

    Subsequent queries in the callback do not alter the result of getLastQuery.

  10. CD_Last :: CursorDirection

    hpqtypes Database.PostgreSQL.PQTypes.Cursor

    No documentation available.

Page 99 of many | Previous | Next