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.
apLast :: forall (n :: PeanoNum) a b . ArityPeano n => Fun ('S n) a b -> a -> Fun n a bfixed-vector Data.Vector.Fixed.Cont Apply last parameter to function. Unlike apFun we need to traverse all parameters but last hence Arity constraint.
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
getLastModified :: (MonadDOM m, IsDocument self, FromJSString result) => self -> m resultghcjs-dom GHCJS.DOM.Document -
hexpat Text.XML.Expat.Cursor Insert content as the first child of the current position.
-
hexpat Text.XML.Expat.Cursor Insert content as the first child of the current position.
-
hexpat Text.XML.Expat.Cursor Are we at the right end of the document? (Pure version.)
-
hexpat Text.XML.Expat.Cursor Are we at the right end of the document? (Used for monadic node types.)
getLastQuery :: MonadDB m => m SomeSQLhpqtypes Database.PostgreSQL.PQTypes.Class Get last SQL query that was executed.
withFrozenLastQuery :: MonadDB m => m a -> m ahpqtypes Database.PostgreSQL.PQTypes.Class Subsequent queries in the callback do not alter the result of getLastQuery.
-
hpqtypes Database.PostgreSQL.PQTypes.Cursor No documentation available.