X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FComplex.hs;h=8ad4c2e4963869ed1eb3eaa8905e63da599e0737;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=8482e500c80624261e8826bd139681cc06f10532;hpb=260e7f2ed9a43c6ecf5a556d77817f39ed2893ab;p=ghc-base.git diff --git a/Data/Complex.hs b/Data/Complex.hs index 8482e50..8ad4c2e 100644 --- a/Data/Complex.hs +++ b/Data/Complex.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Complex -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional -- Portability : portable -- --- $Id: Complex.hs,v 1.2 2001/12/21 15:07:21 simonmar Exp $ --- -- Complex numbers. -- -----------------------------------------------------------------------------