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/deSugar/DsUtils.lhs | |
parent | a217e7a27a8d48095e2e276ed07a203254bf8743 (diff) | |
download | haskell-3e1745aa272077c98254ce9b79e62b92c40948a9.tar.gz |
typos
Diffstat (limited to 'compiler/deSugar/DsUtils.lhs')
-rw-r--r-- | compiler/deSugar/DsUtils.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/DsUtils.lhs b/compiler/deSugar/DsUtils.lhs index e05a175950..15f76b6912 100644 --- a/compiler/deSugar/DsUtils.lhs +++ b/compiler/deSugar/DsUtils.lhs @@ -291,7 +291,7 @@ mkCoAlgCaseMatchResult dflags var ty match_alts = MatchResult fail_flag mk_case where tycon = dataConTyCon con1 - -- [Interesting: becuase of GADTs, we can't rely on the type of + -- [Interesting: because of GADTs, we can't rely on the type of -- the scrutinised Id to be sufficiently refined to have a TyCon in it] -- Stuff for newtype |