You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My usecase: I want to stop time and then advance time on top of it
It seems like changing instance (MonadIO m) => MonadTime (TimeMachineT m) into instance (MonadTime m) => MonadTime (TimeMachineT m)would do that. Also using instead of time passedrealCurr <- liftIO T.getCurrentTimea pair of original time and time passed which will be implemented by anyMonadTime` instance. Could write PR on that.
The text was updated successfully, but these errors were encountered:
My usecase: I want to stop time and then advance time on top of it
It seems like changing
instance (MonadIO m) => MonadTime (TimeMachineT m)
intoinstance (MonadTime
m) => MonadTime (TimeMachineT m)would do that. Also using instead of time passed
realCurr <- liftIO T.getCurrentTimea pair of original time and time passed which will be implemented by any
MonadTime` instance. Could write PR on that.The text was updated successfully, but these errors were encountered: