X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FComplex.hs;h=e0738f10b425e4ae7f864caad90cd8a0adb2dfac;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=8482e500c80624261e8826bd139681cc06f10532;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Complex.hs b/Data/Complex.hs index 8482e50..e0738f1 100644 --- a/Data/Complex.hs +++ b/Data/Complex.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Complex -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Complex.hs,v 1.2 2001/12/21 15:07:21 simonmar Exp $ +-- $Id: Complex.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $ -- -- Complex numbers. --