diff options
| author | Gabor Greif <ggreif@gmail.com> | 2013-01-24 16:06:57 +0100 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2013-01-30 21:45:31 +0100 |
| commit | 3e1745aa272077c98254ce9b79e62b92c40948a9 (patch) | |
| tree | d9dca5075561442dafcf8bb3cb627dec7cc0a9e6 /compiler/main | |
| parent | a217e7a27a8d48095e2e276ed07a203254bf8743 (diff) | |
| download | haskell-3e1745aa272077c98254ce9b79e62b92c40948a9.tar.gz | |
typos
Diffstat (limited to 'compiler/main')
| -rw-r--r-- | compiler/main/TidyPgm.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/TidyPgm.lhs b/compiler/main/TidyPgm.lhs index 884f6ab61f..3f68f0fb09 100644 --- a/compiler/main/TidyPgm.lhs +++ b/compiler/main/TidyPgm.lhs @@ -476,7 +476,7 @@ Note [Don't attempt to trim data types] For some time GHC tried to avoid exporting the data constructors of a data type if it wasn't strictly necessary to do so; see Trac #835. But "strictly necessary" accumulated a longer and longer list -of execeptions, and finally I gave up the battle: +of exceptions, and finally I gave up the battle: commit 9a20e540754fc2af74c2e7392f2786a81d8d5f11 Author: Simon Peyton Jones <simonpj@microsoft.com> @@ -525,7 +525,7 @@ Id still makes sense.] At one time I tried injecting the implicit bindings *early*, at the beginning of SimplCore. But that gave rise to real difficulty, -becuase GlobalIds are supposed to have *fixed* IdInfo, but the +because GlobalIds are supposed to have *fixed* IdInfo, but the simplifier and other core-to-core passes mess with IdInfo all the time. The straw that broke the camels back was when a class selector got the wrong arity -- ie the simplifier gave it arity 2, whereas |
