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.

  1. lastStderr :: Sh Text

    shelly Shelly.Pipe

    see lastStderr

  2. lastInsertRowId :: Connection -> IO Int64

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

  3. last_ :: Monad m => ByteStream m r -> m Word8

    streaming-bytestring Streaming.ByteString

    O(n/c) Extract the last element of a ByteStream, which must be finite and non-empty.

  4. last_ :: Monad m => ByteStream m r -> m Char

    streaming-bytestring Streaming.ByteString.Char8

    O(n/c) Extract the last element of a ByteStream, which must be finite and non-empty.

  5. lastChild :: Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Navigates a Cursor down to its last child.

  6. lastPointOf :: Primitive -> Point

    Rasterific Graphics.Rasterific

    Return the last point of a given primitive.

  7. lastTangeantOf :: Primitive -> Vector

    Rasterific Graphics.Rasterific

    Gives the orientation vector at the end of the primitive.

  8. lastS :: forall (m :: Type -> Type) a . Monad m => a -> Automaton m (Maybe a) a

    automaton Data.Automaton

    Remembers the last Just value, defaulting to the given initialisation value.

  9. lastValueE :: IsSql2003FirstValueAndLastValueExpressionSyntax agg => agg -> agg

    beam-core Database.Beam.Backend.SQL.SQL2003

    No documentation available.

  10. lastValue_ :: (BeamSqlBackend be, BeamSqlT616Backend be) => QExpr be s a -> QAgg be s a

    beam-core Database.Beam.Query

    No documentation available.

Page 36 of many | Previous | Next