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. SignalFlagsRunLast :: SignalFlags

    gi-gobject GI.GObject.Flags

    Invoke the object method handler in the third emission stage.

  2. wordArrayLast# :: WordArray# -> Word#

    ghc-bignum GHC.Num.WordArray

    Get the last Word (must be non empty!)

  3. DropLast :: Int -> Extractor

    hmatrix Numeric.LinearAlgebra.Data

    No documentation available.

  4. TakeLast :: Int -> Extractor

    hmatrix Numeric.LinearAlgebra.Data

    No documentation available.

  5. unsafeLast :: MonoFoldable mono => mono -> Element mono

    mono-traversable Data.MonoTraversable

    Equivalent to lastEx.

  6. _last :: Snoc s s a a => Traversal' s a

    rio RIO.Lens

    _last gives you access to the last element of the list:

    >>> "Hello." ^? _last
    '.'
    
    See documentation for _head, as _last and _head are pretty similar.

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

    rio RIO.Time

    Returns the last Day in a period of days.

  8. weekLastDay :: DayOfWeek -> Day -> Day

    rio RIO.Time

    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
    

  9. unsafeLast :: Vector a -> a

    rio RIO.Vector.Boxed.Unsafe

    No documentation available.

  10. unsafeLastM :: Monad m => Vector a -> m a

    rio RIO.Vector.Boxed.Unsafe

    No documentation available.

Page 72 of many | Previous | Next