[project @ 2003-07-22 12:55:50 by simonmar]
authorsimonmar <unknown>
Tue, 22 Jul 2003 12:55:50 +0000 (12:55 +0000)
committersimonmar <unknown>
Tue, 22 Jul 2003 12:55:50 +0000 (12:55 +0000)
Export hShow (GHC only for now).

System/IO.hs

index 2e7bdd0..f936a56 100644 (file)
@@ -104,6 +104,10 @@ module System.IO (
 
     hIsTerminalDevice,         -- :: Handle -> IO Bool
 #endif
+
+#ifdef __GLASGOW_HASKELL__
+    hShow,                     -- :: Handle -> IO String
+#endif
   ) where
 
 #ifdef __GLASGOW_HASKELL__