X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Numeric.hs;h=01036b22bc949cc6d9479f67fa19d0f24f9b7b05;hb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;hp=78af5b00a7c0fea41174ab55a4d06050363afcac;hpb=05e43a9bd25232efced01ce45d00b3b3ba12af51;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.