thyme-0.3.0.1: A faster time library

Safe HaskellNone

Data.Thyme.Time

Description

This module provides compatibility instances and wrappers for the things that thyme does differently from time, and allows it to be used as a drop-in replacement for the latter, with the exceptions noted below:

You shouldn't need to use lens or vector-space directly if you don't want to. However if you do use vector-space and wish to avoid the RealFrac instances for DiffTime and NominalDiffTime, import Data.Thyme.Time.Core instead.

Anything else is probably not intentional, and you should either contact me via IRC or file an issue at https://github.com/liyang/thyme/issues.

Documentation