mock-time-0.1.0: Mock time in tests
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.Time.DefaultInstance

Description

The instance of MonadTime for IO, using the underlying system time and does This is to be used in production code, or in thoses tests where controling time is not needed.

This is only and instance for IO, for instances for monad transformers see SimulatedTime.

Documentation

Orphan instances

MonadTime IO Source # 
Instance details