[commit: ghc] wip/orf-reboot: Comment tweak (9c06648)
git at git.haskell.org
git at git.haskell.org
Fri Mar 27 15:47:34 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/orf-reboot
Link : http://ghc.haskell.org/trac/ghc/changeset/9c0664893bdb34cdd8a8e9a80b61790e8d99ea71/ghc
>---------------------------------------------------------------
commit 9c0664893bdb34cdd8a8e9a80b61790e8d99ea71
Author: Adam Gundry <adam at well-typed.com>
Date: Fri Mar 27 14:30:53 2015 +0000
Comment tweak
>---------------------------------------------------------------
9c0664893bdb34cdd8a8e9a80b61790e8d99ea71
compiler/hsSyn/HsPat.hs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/hsSyn/HsPat.hs b/compiler/hsSyn/HsPat.hs
index 1a3d696..cba3e04 100644
--- a/compiler/hsSyn/HsPat.hs
+++ b/compiler/hsSyn/HsPat.hs
@@ -309,9 +309,9 @@ data HsRecField id arg = HsRecField {
--
-- and the typechecker will determine that $sel:x:S is meant.
--
--- AMG TODO: it would be nice if we could enforce in the types that
--- ambiguous fields occur only in record updates, and only between the
--- renamer and the typechecker.
+-- It would be nice if we could enforce in the types that ambiguous
+-- fields occur only in record updates, and only between the renamer
+-- and the typechecker, but this is not yet implemented.
hsRecFieldSelMissing :: Either id [(id, id)]
hsRecFieldSelMissing = Right []
More information about the ghc-commits
mailing list