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. lAST_PREDEFINED :: Atom

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  2. lastExtensionError :: ErrorCode

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  3. lastKnownRequestProcessed :: Display -> IO CInt

    xmonad-contrib XMonad.Config.Prime

    interface to the X11 library function XLastKnownRequestProcessed().

  4. getLast :: Last a -> Maybe a

    base Data.Monoid

    No documentation available.

  5. getLast :: Last a -> a

    base Data.Semigroup

    No documentation available.

  6. haLastDecode :: Handle__ -> !IORef (dec_state, Buffer Word8)

    base GHC.IO.Handle.Types

    The byte buffer just before we did our last batch of decoding.

  7. unsafeLast :: ByteString -> Word8

    bytestring 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.

  8. periodLastDay :: DayPeriod p => p -> Day

    time Data.Time.Calendar

    Returns the last Day in a period of days.

  9. weekLastDay :: DayOfWeek -> Day -> Day

    time 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
    

  10. hLastModified :: HeaderName

    http-types Network.HTTP.Types

    Last-Modified

Page 66 of many | Previous | Next