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.

  1. isLastM :: forall (c :: Type -> Type) (n :: (Type -> Type) -> Type -> Type -> Type) tag text . List c => CursorG n c tag text -> ItemM c Bool

    hexpat Text.XML.Expat.Cursor

    Are we at the right end of the document? (Used for monadic node types.)

  2. getLastQuery :: MonadDB m => m SomeSQL

    hpqtypes Database.PostgreSQL.PQTypes.Class

    Get last SQL query that was executed.

  3. withFrozenLastQuery :: MonadDB m => m a -> m a

    hpqtypes Database.PostgreSQL.PQTypes.Class

    Subsequent queries in the callback do not alter the result of getLastQuery.

  4. CD_Last :: CursorDirection

    hpqtypes Database.PostgreSQL.PQTypes.Cursor

    No documentation available.

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

    hpqtypes Database.PostgreSQL.PQTypes.Internal.State

    Last SQL query that was executed.

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

    hpqtypes Database.PostgreSQL.PQTypes.Internal.State

    Whether running query should override dbLastQuery.

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

    hscolour Language.Haskell.HsColour.General

    No documentation available.

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

  9. fileLastXRef :: File -> XRef

    pdf-toolbox-core Pdf.Core.File

    No documentation available.

  10. NullsLast :: Nulls

    relational-query Database.Relational

    No documentation available.

Page 100 of many | Previous | Next