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.

  1. dbLastQuery :: DBState (m :: Type -> Type) -> !SomeSQL

    hpqtypes Database.PostgreSQL.PQTypes.Internal.State

    Last SQL query that was executed.

  2. dbRecordLastQuery :: DBState (m :: Type -> Type) -> !Bool

    hpqtypes Database.PostgreSQL.PQTypes.Internal.State

    Whether running query should override dbLastQuery.

  3. dropLast :: Eq a => a -> [a] -> [a]

    hscolour Language.Haskell.HsColour.General

    No documentation available.

  4. _last :: Snoc s s a a => AffineTraversal' s a

    optics-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]
    

  5. fileLastXRef :: File -> XRef

    pdf-toolbox-core Pdf.Core.File

    No documentation available.

  6. NullsLast :: Nulls

    relational-query Database.Relational

    No documentation available.

  7. NullsLast :: Nulls

    relational-query Database.Relational.Arrow

    No documentation available.

  8. NullsLast :: Nulls

    relational-query Database.Relational.SqlSyntax

    No documentation available.

  9. hangulLast :: Int

    unicode-data Unicode.Char

    Codepoint of the last Hangul character.

  10. jamoLLast :: Int

    unicode-data Unicode.Char

    Last leading consonant jamo.

Page 100 of many | Previous | Next