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.
setLastUpdate :: CRL -> UTCTime -> IO ()HsOpenSSL OpenSSL.X509.Revocation setLastUpdate crl utc updates the time when the revocation list has last been updated.
unsafeLast :: Storable a => Vector a -> astorablevector Data.StorableVector.Base A variety of last for non-empty Vectors. unsafeLast omits the check for the empty case, so there is an obligation on the programmer to provide a proof that the Vector is non-empty.
-
storablevector Data.StorableVector.Lazy Preserves chunk pattern of the last argument.
-
storablevector Data.StorableVector.Lazy Preserves chunk pattern of the last argument.
-
storablevector Data.StorableVector.Lazy Preserves chunk pattern of the last argument.
-
storablevector Data.StorableVector.Lazy.Typed Preserves chunk pattern of the last argument.
-
storablevector Data.StorableVector.Lazy.Typed Preserves chunk pattern of the last argument.
-
storablevector Data.StorableVector.Lazy.Typed Preserves chunk pattern of the last argument.
periodLastDay :: DayPeriod p => p -> Daytime-compat Data.Time.Calendar.Compat Returns the last Day in a period of days.
weekLastDay :: DayOfWeek -> Day -> Daytime-compat Data.Time.Calendar.Compat 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