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.
-
numhask NumHask.Prelude No documentation available.
_tickInfo_lastUTC :: TickInfo -> UTCTimereflex Reflex.Time UTC time immediately after the last tick.
tickInfo_lastUTC :: Lens' TickInfo UTCTimereflex Reflex.Time No documentation available.
pattern
SDL_LASTEVENT :: (Eq a, Num a) => asdl2 SDL.Raw.Enum No documentation available.
waiClientStateLast :: WaiClientState -> !Maybe (Request, Response ByteString)sydtest-wai Test.Syd.Wai The last request and response pair
getLast :: WaiClientM env (Maybe (Request, Response ByteString))sydtest-wai Test.Syd.Wai.Client Get the most recently sent request and the response to it.
waiClientStateLast :: WaiClientState -> !Maybe (Request, Response ByteString)sydtest-wai Test.Syd.Wai.Client The last request and response pair
withLastRequestContext :: WaiClientM site a -> WaiClientM site asydtest-wai Test.Syd.Wai.Client Annotate the given test code with the last request and its response, if one has been made already.
ascNullsLast :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderByesqueleto 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.
descNullsLast :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderByesqueleto Database.Esqueleto.PostgreSQL Descending order of this field or SqlExpression with nulls coming last.