From d4f1ad72f0c3c7a1f4747336c86f7d0a179e68cd Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 31 Aug 1998 11:08:15 +0000 Subject: [PATCH] [project @ 1998-08-31 11:08:15 by sof] Did I say first argument in the previous commit msg, I meant first component of the result tuple :-) --- ghc/compiler/coreSyn/CoreSyn.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/coreSyn/CoreSyn.lhs b/ghc/compiler/coreSyn/CoreSyn.lhs index 07b46b5..c76e75f 100644 --- a/ghc/compiler/coreSyn/CoreSyn.lhs +++ b/ghc/compiler/coreSyn/CoreSyn.lhs @@ -483,6 +483,7 @@ collectArgs expr -- This doesn't look right (i.e., Plain Wrong), -- collectArgs should return the the function and -- not the whole expr. -- Laszlo 8/98 + \end{code} -- 1.7.10.4