time-machine icon indicating copy to clipboard operation
time-machine copied to clipboard

A Haskell library to mock the current time. ⏰

Results 2 time-machine issues
Sort by recently updated
recently updated
newest added

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)...