From: sof Date: Mon, 31 Aug 1998 11:08:15 +0000 (+0000) Subject: [project @ 1998-08-31 11:08:15 by sof] X-Git-Tag: Approx_2487_patches~271 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d4f1ad72f0c3c7a1f4747336c86f7d0a179e68cd;p=ghc-hetmet.git [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 :-) --- 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}