From 4f19702b8670f28c932653c650ae4b105662a815 Mon Sep 17 00:00:00 2001 From: Alec Berryman Date: Fri, 1 Dec 2006 17:32:37 +0000 Subject: [PATCH] Fix missing comma in Fractional documentation --- GHC/Float.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4