thyme-0.2.3.0: A faster time library

Safe HaskellNone

Data.Thyme.Time

Contents

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 if you don't want to.

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.

Synopsis

Documentation

module Data.Thyme

Type conversion

toThyme :: Thyme a b => a -> bSource

fromThyme :: Thyme a b => b -> aSource

Data.Time.Calendar

Data.Time.Calendar.MonthDay

Data.Time.Calendar.OrdinalDate

Data.Time.Calendar.WeekDate

Data.Time.Clock

Data.Time.Clock.POSIX

Data.Time.Clock.TAI

Data.Time.LocalTime