From: simonpj Date: Thu, 3 May 2001 08:08:12 +0000 (+0000) Subject: [project @ 2001-05-03 08:08:12 by simonpj] X-Git-Tag: Approximately_9120_patches~2031 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7c8eb574b8a1a0558912426cbb225e20a3ced7ca;p=ghc-hetmet.git [project @ 2001-05-03 08:08:12 by simonpj] Comment wibble --- diff --git a/ghc/compiler/basicTypes/IdInfo.lhs b/ghc/compiler/basicTypes/IdInfo.lhs index bef0d4a..5ebfad2 100644 --- a/ghc/compiler/basicTypes/IdInfo.lhs +++ b/ghc/compiler/basicTypes/IdInfo.lhs @@ -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