projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e151ce3
)
[project @ 2000-02-25 22:41:41 by andy]
author
andy
<unknown>
Fri, 25 Feb 2000 22:41:41 +0000
(22:41 +0000)
committer
andy
<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
patch
|
blob
|
history
diff --git
a/ghc/lib/std/Numeric.lhs
b/ghc/lib/std/Numeric.lhs
index
ac2a037
..
9f7bfd9
100644
(file)
--- a/
ghc/lib/std/Numeric.lhs
+++ b/
ghc/lib/std/Numeric.lhs
@@
-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