Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
shelly Shelly.Pipe see lastStderr
lastInsertRowId :: Connection -> IO Int64sqlite-simple Database.SQLite.Simple Returns the rowid of the most recent successful INSERT on the given database connection. See also http://www.sqlite.org/c3ref/last_insert_rowid.html.
last_ :: Monad m => ByteStream m r -> m Word8streaming-bytestring Streaming.ByteString O(n/c) Extract the last element of a ByteStream, which must be finite and non-empty.
last_ :: Monad m => ByteStream m r -> m Charstreaming-bytestring Streaming.ByteString.Char8 O(n/c) Extract the last element of a ByteStream, which must be finite and non-empty.
lastChild :: Cursor -> Maybe Cursorxmlhtml Text.XmlHtml.Cursor Navigates a Cursor down to its last child.
lastPointOf :: Primitive -> PointRasterific Graphics.Rasterific Return the last point of a given primitive.
lastTangeantOf :: Primitive -> VectorRasterific Graphics.Rasterific Gives the orientation vector at the end of the primitive.
lastS :: forall (m :: Type -> Type) a . Monad m => a -> Automaton m (Maybe a) aautomaton Data.Automaton Remembers the last Just value, defaulting to the given initialisation value.
lastValueE :: IsSql2003FirstValueAndLastValueExpressionSyntax agg => agg -> aggbeam-core Database.Beam.Backend.SQL.SQL2003 No documentation available.
lastValue_ :: (BeamSqlBackend be, BeamSqlT616Backend be) => QExpr be s a -> QAgg be s abeam-core Database.Beam.Query No documentation available.