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.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
lastExtensionError :: ErrorCodexmonad-contrib XMonad.Config.Prime No documentation available.
lastKnownRequestProcessed :: Display -> IO CIntxmonad-contrib XMonad.Config.Prime interface to the X11 library function XLastKnownRequestProcessed().
-
base Data.Monoid No documentation available.
-
base Data.Semigroup No documentation available.
haLastDecode :: Handle__ -> !IORef (dec_state, Buffer Word8)base GHC.IO.Handle.Types The byte buffer just before we did our last batch of decoding.
unsafeLast :: ByteString -> Word8bytestring Data.ByteString.Unsafe A variety of last for non-empty ByteStrings. unsafeLast omits the check for the empty case. As with unsafeHead, the programmer must provide a separate proof that the ByteString is non-empty.
periodLastDay :: DayPeriod p => p -> Daytime Data.Time.Calendar Returns the last Day in a period of days.
weekLastDay :: DayOfWeek -> Day -> Daytime Data.Time.Calendar Returns the last day of a week containing the given Day. Examples:
>>> weekLastDay Sunday (YearMonthDay 2022 02 21) YearMonthDay 2022 2 26
>>> weekLastDay Monday (YearMonthDay 2022 02 21) YearMonthDay 2022 2 27
>>> weekLastDay Tuesday (YearMonthDay 2022 02 21) YearMonthDay 2022 2 21
-
http-types Network.HTTP.Types