• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. lastNode :: forall n (x :: Extensibility) . Block n x C -> n O C

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

  2. lastOL :: OrdList a -> a

    ghc-lib-parser GHC.Data.OrdList

    No documentation available.

  3. last_len :: PState -> !Int

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  4. last_loc :: PState -> PsSpan

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  5. last_tk :: PState -> Maybe (PsLocated Token)

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  6. last2 :: [a] -> Maybe (a, a)

    ghc-lib-parser GHC.Utils.Misc

    Get the last two elements in a list.

  7. lastMaybe :: [a] -> Maybe a

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

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

  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 34 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete