diff options
Diffstat (limited to 'ghc/lib/std/Numeric.lhs')
-rw-r--r-- | ghc/lib/std/Numeric.lhs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ghc/lib/std/Numeric.lhs b/ghc/lib/std/Numeric.lhs index 9f7bfd9c19..926caf43bf 100644 --- a/ghc/lib/std/Numeric.lhs +++ b/ghc/lib/std/Numeric.lhs @@ -1,6 +1,9 @@ +% ----------------------------------------------------------------------------- +% $Id: Numeric.lhs,v 1.9 2000/06/30 13:39:35 simonmar Exp $ % -% (c) The AQUA Project, Glasgow University, 1997-99 +% (c) The University of Glasgow, 1997-2000 % + \section[Numeric]{Numeric interface} Odds and ends, mostly functions for reading and showing |