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.
SignalFlagsRunLast :: SignalFlagsgi-gobject GI.GObject.Flags Invoke the object method handler in the third emission stage.
wordArrayLast# :: WordArray# -> Word#ghc-bignum GHC.Num.WordArray Get the last Word (must be non empty!)
-
hmatrix Numeric.LinearAlgebra.Data No documentation available.
-
hmatrix Numeric.LinearAlgebra.Data No documentation available.
unsafeLast :: MonoFoldable mono => mono -> Element monomono-traversable Data.MonoTraversable Equivalent to lastEx.
_last :: Snoc s s a a => Traversal' s ario 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.periodLastDay :: DayPeriod p => p -> Dayrio RIO.Time Returns the last Day in a period of days.
weekLastDay :: DayOfWeek -> Day -> Dayrio 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
-
rio RIO.Vector.Boxed.Unsafe No documentation available.
unsafeLastM :: Monad m => Vector a -> m ario RIO.Vector.Boxed.Unsafe No documentation available.