X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Numeric.hs;h=01036b22bc949cc6d9479f67fa19d0f24f9b7b05;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=78af5b00a7c0fea41174ab55a4d06050363afcac;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Numeric.hs b/Numeric.hs index 78af5b0..01036b2 100644 --- a/Numeric.hs +++ b/Numeric.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Numeric -- Copyright : (c) The University of Glasgow 2002 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Numeric.hs,v 1.6 2002/04/11 12:03:43 simonpj Exp $ +-- $Id: Numeric.hs,v 1.7 2002/04/24 16:31:37 simonmar Exp $ -- -- Odds and ends, mostly functions for reading and showing -- RealFloat-like kind of values.