summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorPeter Trommler <ptrommler@acm.org>2017-10-15 13:29:57 +0200
committerGabor Greif <ggreif@gmail.com>2017-10-16 13:41:39 +0200
commit6aa6a86b836efaabcb471894d0b549a2e56703e6 (patch)
treecc59ce28550d2213d6bbb9d7f4e7c2ce5bccb870 /compiler
parentafac6b1107e63cab8833b66fc5853d4e00635098 (diff)
downloadhaskell-6aa6a86b836efaabcb471894d0b549a2e56703e6.tar.gz
Fix typo
Diffstat (limited to 'compiler')
-rw-r--r--compiler/typecheck/TcGenDeriv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcGenDeriv.hs b/compiler/typecheck/TcGenDeriv.hs
index bd9902e2be..9e27ad5ca1 100644
--- a/compiler/typecheck/TcGenDeriv.hs
+++ b/compiler/typecheck/TcGenDeriv.hs
@@ -126,7 +126,7 @@ possibly zero of them). Here's an example, with both \tr{N}ullary and
case (a1 `eqFloat#` a2) of r -> r
for that particular test.
-* If there are a lot of (more than en) nullary constructors, we emit a
+* If there are a lot of (more than ten) nullary constructors, we emit a
catch-all clause of the form:
(==) a b = case (con2tag_Foo a) of { a# ->