[project @ 2001-05-03 08:08:12 by simonpj]
authorsimonpj <unknown>
Thu, 3 May 2001 08:08:12 +0000 (08:08 +0000)
committersimonpj <unknown>
Thu, 3 May 2001 08:08:12 +0000 (08:08 +0000)
Comment wibble

ghc/compiler/basicTypes/IdInfo.lhs

index bef0d4a..5ebfad2 100644 (file)
@@ -753,7 +753,7 @@ This got shorted out to:
      #-}
 
 And now we get an infinite loop in the rule system 
-       iterate f x -> build (\cn -> iterateFB c f x
+       iterate f x -> build (\cn -> iterateFB c f x)
                    -> iterateFB (:) f x
                    -> iterate f x