Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
chunkFor :: BlockCipher k => k -> ByteString -> [ByteString]crypto-api Crypto.Classes No documentation available.
chunkFor' :: BlockCipher k => k -> ByteString -> [ByteString]crypto-api Crypto.Classes No documentation available.
moveForward :: (Ord time, Num time) => T time (time, body) -> T time bodyevent-list Data.EventList.Absolute.TimeBody Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.
moveForward :: (Ord time, Num time) => T time (time, body) -> T time bodyevent-list Data.EventList.Absolute.TimeTime Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.
moveForward :: (Ord time, Num time) => T time (time, body) -> T time bodyevent-list Data.EventList.Relative.TimeBody Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.
moveForward :: (Ord time, Num time) => T time (time, body) -> T time bodyevent-list Data.EventList.Relative.TimeTime Move events towards the front of the event list. You must make sure, that no event is moved before time zero. This works only for finite lists.
moveForwardRestricted :: (Ord body, C time) => time -> T time (time, body) -> T time bodyevent-list Data.EventList.Relative.TimeTime Like moveForward but restricts the look-ahead time. For moveForwardRestricted maxTimeDiff xs all time differences (aka the moveForward offsets) in xs must be at most maxTimeDiff. With this restriction the function is lazy enough for handling infinite event lists. However the larger maxTimeDiff the more memory and time is consumed.
-
event-list Data.EventList.Relative.TimeTime currently only for testing
-
event-list Data.EventList.Relative.TimeTime currently only for testing
-
event-list Data.EventList.Relative.TimeTime currently only for testing