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. getLast :: Last a -> a

    numhask NumHask.Prelude

    No documentation available.

  2. _tickInfo_lastUTC :: TickInfo -> UTCTime

    reflex Reflex.Time

    UTC time immediately after the last tick.

  3. tickInfo_lastUTC :: Lens' TickInfo UTCTime

    reflex Reflex.Time

    No documentation available.

  4. pattern SDL_LASTEVENT :: (Eq a, Num a) => a

    sdl2 SDL.Raw.Enum

    No documentation available.

  5. waiClientStateLast :: WaiClientState -> !Maybe (Request, Response ByteString)

    sydtest-wai Test.Syd.Wai

    The last request and response pair

  6. getLast :: WaiClientM env (Maybe (Request, Response ByteString))

    sydtest-wai Test.Syd.Wai.Client

    Get the most recently sent request and the response to it.

  7. waiClientStateLast :: WaiClientState -> !Maybe (Request, Response ByteString)

    sydtest-wai Test.Syd.Wai.Client

    The last request and response pair

  8. withLastRequestContext :: WaiClientM site a -> WaiClientM site a

    sydtest-wai Test.Syd.Wai.Client

    Annotate the given test code with the last request and its response, if one has been made already.

  9. ascNullsLast :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.PostgreSQL

    Ascending order of this field or SqlExpression with nulls coming last. Note that this is the same as normal ascending ordering in Postgres, but it has been included for completeness.

  10. descNullsLast :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderBy

    esqueleto Database.Esqueleto.PostgreSQL

    Descending order of this field or SqlExpression with nulls coming last.

Page 84 of many | Previous | Next