From 7c8eb574b8a1a0558912426cbb225e20a3ced7ca Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 3 May 2001 08:08:12 +0000 Subject: [PATCH] [project @ 2001-05-03 08:08:12 by simonpj] Comment wibble --- ghc/compiler/basicTypes/IdInfo.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4