Fix missing comma in Fractional documentation
authorAlec Berryman <alec@thened.net>
Fri, 1 Dec 2006 17:32:37 +0000 (17:32 +0000)
committerAlec Berryman <alec@thened.net>
Fri, 1 Dec 2006 17:32:37 +0000 (17:32 +0000)
GHC/Float.lhs

index 47dd5d9..2460304 100644 (file)
@@ -42,7 +42,7 @@ infixr 8  **
 -- | Trigonometric and hyperbolic functions and related functions.
 --
 -- Minimal complete definition:
---      'pi', 'exp', 'log', 'sin', 'cos', 'sinh', 'cosh'
+--      'pi', 'exp', 'log', 'sin', 'cos', 'sinh', 'cosh',
 --      'asin', 'acos', 'atan', 'asinh', 'acosh' and 'atanh'
 class  (Fractional a) => Floating a  where
     pi                 :: a