diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-15 12:08:28 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-15 12:08:28 +0100 |
commit | 640070300fc769fb5fdc8ef447369d3aa6123a7e (patch) | |
tree | eb9c93aa03ea4eccaace5a8be6b418140c531454 | |
parent | ce8c84a76d0a19ff56d4c4e58744776fda2044bd (diff) | |
download | haskell-640070300fc769fb5fdc8ef447369d3aa6123a7e.tar.gz |
Spelling error in comment
-rw-r--r-- | compiler/main/StaticFlags.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index d8e63aba8c..c542d761f0 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -231,7 +231,7 @@ opt_SuppressIdInfo = lookUp (fsLit "-dsuppress-all") || lookUp (fsLit "-dsuppress-idinfo") --- | Suppress seprate type signatures in core, but leave types on lambda bound vars +-- | Suppress separate type signatures in core, but leave types on lambda bound vars opt_SuppressTypeSignatures :: Bool opt_SuppressTypeSignatures = lookUp (fsLit "-dsuppress-all") |