[project @ 2000-06-30 19:12:21 by panne]
[ghc-hetmet.git] / ghc / lib / std / PrelShow.lhs
index 44e3364..4af798c 100644 (file)
@@ -1,6 +1,9 @@
+% ------------------------------------------------------------------------------
+% $Id: PrelShow.lhs,v 1.11 2000/06/30 13:39:36 simonmar Exp $
 %
-% (c) The GRAP/AQUA Project, Glasgow University, 1992-1996
+% (c) The University of Glasgow, 1992-2000
 %
+
 \section{Module @PrelShow@}
 
 
@@ -31,6 +34,7 @@ module PrelShow
 
 import {-# SOURCE #-} PrelErr ( error )
 import PrelBase
+import PrelTup
 import PrelMaybe
 import PrelList        ( (!!), break, dropWhile
 #ifdef USE_REPORT_PRELUDE