[commit: ghc] master: Updated code comment regarding EquationInfo. Trac #12856 (6ad94d8)
git at git.haskell.org
git at git.haskell.org
Sun Nov 20 00:04:34 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6ad94d8fbc45fcb725506e9b8bc53a55c089d727/ghc
>---------------------------------------------------------------
commit 6ad94d8fbc45fcb725506e9b8bc53a55c089d727
Author: Andreas Klebinger <klebinger.andreas at gmx.at>
Date: Sun Nov 20 00:03:51 2016 +0000
Updated code comment regarding EquationInfo. Trac #12856
Summary: Updated code comment regarding EquationInfo. Fixes T12856
Reviewers: austin, bgamari, mpickering
Reviewed By: mpickering
Subscribers: mpickering, thomie
Differential Revision: https://phabricator.haskell.org/D2730
GHC Trac Issues: #12856
>---------------------------------------------------------------
6ad94d8fbc45fcb725506e9b8bc53a55c089d727
compiler/deSugar/Match.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/deSugar/Match.hs b/compiler/deSugar/Match.hs
index 288fc40..897c6e9 100644
--- a/compiler/deSugar/Match.hs
+++ b/compiler/deSugar/Match.hs
@@ -92,7 +92,7 @@ is an embryonic @CoreExpr@ with a ``hole'' at the end for the
final ``else expression''.
\end{itemize}
-There is a type synonym, @EquationInfo@, defined in module @DsUtils at .
+There is a data type, @EquationInfo@, defined in module @DsMonad at .
An experiment with re-ordering this information about equations (in
particular, having the patterns available in column-major order)
More information about the ghc-commits
mailing list