Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
dbLastQuery :: DBState (m :: Type -> Type) -> !SomeSQLhpqtypes Database.PostgreSQL.PQTypes.Internal.State Last SQL query that was executed.
dbRecordLastQuery :: DBState (m :: Type -> Type) -> !Boolhpqtypes Database.PostgreSQL.PQTypes.Internal.State Whether running query should override dbLastQuery.
dropLast :: Eq a => a -> [a] -> [a]hscolour Language.Haskell.HsColour.General No documentation available.
_last :: Snoc s s a a => AffineTraversal' s aoptics-extra Optics.Cons An AffineTraversal reading and writing to the last element of a non-empty container.
>>> "abc" ^? _last Just 'c'
>>> "" ^? _last Nothing
>>> [1,2,3] & _last %~ (+1) [1,2,4]
>>> [1,2] ^? _last Just 2
>>> [] & _last .~ 1 []
>>> [0] & _last .~ 2 [2]
>>> [0,1] & _last .~ 2 [0,2]
-
pdf-toolbox-core Pdf.Core.File No documentation available.
-
relational-query Database.Relational No documentation available.