From: Ashley Yakeley Date: Wed, 26 Apr 2006 07:25:21 +0000 (+0000) Subject: fix for Haddock 0.7 X-Git-Tag: directory_2007-05-24~305 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c97a57ca63193dea6ed2c6917accb8dc5f610fe0;p=haskell-directory.git fix for Haddock 0.7 --- diff --git a/Data/Fixed.hs b/Data/Fixed.hs index 54ad801..11fd4d1 100644 --- a/Data/Fixed.hs +++ b/Data/Fixed.hs @@ -10,14 +10,14 @@ -- Stability : experimental -- Portability : portable -- --- This module defines a "Fixed" type for fixed-precision arithmetic. --- The parameter to Fixed is any type that's an instance of HasResolution. --- HasResolution has a single method that gives the resolution of the Fixed type. --- Parameter types E6 and E12 (for 10^6 and 10^12) are defined, as well as --- type synonyms for Fixed E6 and Fixed E12. +-- This module defines a "Fixed" type for fixed-precision arithmetic. +-- The parameter to Fixed is any type that's an instance of HasResolution. +-- HasResolution has a single method that gives the resolution of the Fixed type. +-- Parameter types E6 and E12 (for 10^6 and 10^12) are defined, as well as +-- type synonyms for Fixed E6 and Fixed E12. -- --- This module also contains generalisations of div, mod, and divmod to work --- with any Real instance. +-- This module also contains generalisations of div, mod, and divmod to work +-- with any Real instance. -- -----------------------------------------------------------------------------