[project @ 1999-01-28 11:32:11 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelArr.lhs
index bc3a4b4..4f4d89e 100644 (file)
@@ -640,5 +640,4 @@ thawArray (Array ixs arr#) = ST $ \ s# ->
              case writeArray# to#   cur# ele st# of { s1# ->
              copy (cur# +# 1#) end# from# to# s1#
              }}
-
 \end{code}