<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>The Haskell Time library</title></head>
<body bgcolor='#ffffff'>
<table><tr><td width=500>
<center><h1>The Haskell Time library in nhc98</h1></center>
<hr>
This document describes the interface to the Time library.
<hr>
<pre>
module Time where
data ClockTime = ...
deriving (Eq, Ord, Show)
getClockTime :: IO ClockTime
</pre>
<hr>
<p>
The latest updates to these pages are available on the WWW from
<a href="http://www.cs.york.ac.uk/fp/nhc98/">
<tt>http://www.cs.york.ac.uk/fp/nhc98/</tt></a>
<p>
1998.05.28<br>
<a href="http://www.cs.york.ac.uk/fp/">
York Functional Programming Group</a><br>
</td></tr></table>
</body></html>
|