diff options
author | Peter Trommler <ptrommler@acm.org> | 2017-10-15 13:29:57 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-10-16 13:41:39 +0200 |
commit | 6aa6a86b836efaabcb471894d0b549a2e56703e6 (patch) | |
tree | cc59ce28550d2213d6bbb9d7f4e7c2ce5bccb870 /compiler | |
parent | afac6b1107e63cab8833b66fc5853d4e00635098 (diff) | |
download | haskell-6aa6a86b836efaabcb471894d0b549a2e56703e6.tar.gz |
Fix typo
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/typecheck/TcGenDeriv.hs | 2 |
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# -> |