summaryrefslogtreecommitdiff
path: root/compiler/iface
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2014-08-01 16:38:33 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2014-08-07 09:55:12 +0100
commit61baf71021976a105080b060f72df1f1f611389e (patch)
tree29f8e928d779573fb765767dbdf1ad35ef51f497 /compiler/iface
parent24a2e49e8a96a6ef5ef19386676b9f3b7d323afd (diff)
downloadhaskell-61baf71021976a105080b060f72df1f1f611389e.tar.gz
Comments and white space
Diffstat (limited to 'compiler/iface')
-rw-r--r--compiler/iface/BuildTyCl.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/BuildTyCl.lhs b/compiler/iface/BuildTyCl.lhs
index f2d6f7e39a..46091adf80 100644
--- a/compiler/iface/BuildTyCl.lhs
+++ b/compiler/iface/BuildTyCl.lhs
@@ -330,7 +330,7 @@ We cannot represent this by a newtype, even though it's not
existential, because there are two value fields (the equality
predicate and op. See Trac #2238
-Moreover,
+Moreover,
class (a ~ F b) => C a b where {}
Here we can't use a newtype either, even though there is only
one field, because equality predicates are unboxed, and classes