The Haskell Time library in nhc98


This document describes the interface to the Time library.
  module Time where

  data ClockTime = ...
                 deriving (Eq, Ord, Show)

  getClockTime :: IO ClockTime

The latest updates to these pages are available on the WWW from http://www.cs.york.ac.uk/fp/nhc98/

1998.05.28
York Functional Programming Group