timing-convenience-0.1: Convenient functions for getting times.

Data.Time.Convenience.Data

Synopsis

Documentation

data Unit Source

The number of units to count. Singulars are provided to make your code read nicely.

Instances

data Direction Source

The direction in which to travel from the current time (or, in the case of FromThat, from the given time). As just hinted at, FromNow and FromThat are the same thing, but one reads better sometimes. Same with Ago and BeforeThat.

Constructors

Ago 
BeforeThat 
FromNow 
FromThat