From: Alec Berryman Date: Fri, 1 Dec 2006 17:32:37 +0000 (+0000) Subject: Fix missing comma in Fractional documentation X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4f19702b8670f28c932653c650ae4b105662a815;p=haskell-directory.git Fix missing comma in Fractional documentation --- diff --git a/GHC/Float.lhs b/GHC/Float.lhs index 47dd5d9..2460304 100644 --- a/GHC/Float.lhs +++ b/GHC/Float.lhs @@ -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