[project @ 2000-02-25 22:41:41 by andy]
authorandy <unknown>
Fri, 25 Feb 2000 22:41:41 +0000 (22:41 +0000)
committerandy <unknown>
Fri, 25 Feb 2000 22:41:41 +0000 (22:41 +0000)
Wibble.

(#ifdef incorrectly nested inside begin-end code)

ghc/lib/std/Numeric.lhs

index ac2a037..9f7bfd9 100644 (file)
@@ -50,10 +50,10 @@ import PrelNum              ( ord_0 )
 import Array
 #endif
 
-#ifndef __HUGS__
-
 \end{code}
 
+#ifndef __HUGS__
+
 \begin{code}
 showInt :: Integral a => a -> ShowS
 showInt i rs