summaryrefslogtreecommitdiff
path: root/compiler/rename/RnSource.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-21 11:11:09 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-21 11:11:09 +0100
commitea37b837413e1de269e9f6dd9d70436a805b0a5c (patch)
treebb05790c3471e2e9dde997c60cfa22e7666a4d75 /compiler/rename/RnSource.hs
parent6ad94d8fbc45fcb725506e9b8bc53a55c089d727 (diff)
downloadhaskell-ea37b837413e1de269e9f6dd9d70436a805b0a5c.tar.gz
A few typos in comments
Diffstat (limited to 'compiler/rename/RnSource.hs')
-rw-r--r--compiler/rename/RnSource.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rename/RnSource.hs b/compiler/rename/RnSource.hs
index c71abfa07c..4d0f926b83 100644
--- a/compiler/rename/RnSource.hs
+++ b/compiler/rename/RnSource.hs
@@ -1267,8 +1267,8 @@ Consider this
Here the declaration of S depends on the /data instance/ declaration
for 'D Int'. That makes things a lot more complicated, especially
-if the data instance is an assocaited type of an enclosing class instance.
-(And the class instance might have several assocatiated type instances
+if the data instance is an associated type of an enclosing class instance.
+(And the class instance might have several associated type instances
with different dependency structure!)
Ugh. For now we simply don't allow promotion of data constructors for