Time.Clock
eff ClockSourceAn effect used to access the current (real-world) time.
Operations
Definitions
Handles the Clock effect of the given function f.
In other words, re-interprets the Clock effect using the IO effect.
Returns the number of milliseconds since the epoch.
Equivalent to currentTime(TimeUnit.Milliseconds).