hat-2.9.4: The Haskell tracer, generating and viewing Haskell execution traces

Safe HaskellNone
LanguageHaskell98

Hat.Time

Contents

Synopsis

Documentation

data ClockTime :: * #

A representation of the internal clock time. Clock times may be compared, converted to strings, or converted to an external calendar time CalendarTime for I/O or other manipulations.

data Month Source #

Instances

WrapVal Month Source # 
Show Month Source # 
Read Month Source # 
Bounded Month Source # 
Enum Month Source # 
Ord Month Source # 
Eq Month Source # 
Ix Month Source # 

data Day Source #

Instances

WrapVal Day Source # 

Methods

wrapVal :: RefSrcPos -> Day -> RefExp -> R Day Source #

Show Day Source # 
Read Day Source # 
Bounded Day Source # 
Enum Day Source # 
Ord Day Source # 
Eq Day Source # 
Ix Day Source # 

data CalendarTime Source #

Instances

WrapVal CalendarTime Source # 
Show CalendarTime Source # 
Read CalendarTime Source # 
Ord CalendarTime Source # 
Eq CalendarTime Source # 

data TimeDiff Source #

Instances

WrapVal TimeDiff Source # 
Show TimeDiff Source # 
Read TimeDiff Source # 
Ord TimeDiff Source # 
Eq TimeDiff Source # 

Orphan instances