diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-01-15 14:54:37 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-01-15 14:54:37 +0000 |
commit | 29054b08460889e7220d498c266ea338de246ccc (patch) | |
tree | 053db326df7ad1f63fdb6109fdc9255e6e2b2665 /compiler/codeGen | |
parent | 152e70329b359eb1451c063f84a85243cc4e4a26 (diff) | |
download | haskell-29054b08460889e7220d498c266ea338de246ccc.tar.gz |
White space only
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmTicky.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmTicky.hs b/compiler/codeGen/StgCmmTicky.hs index ffa5168a63..2bca544ac8 100644 --- a/compiler/codeGen/StgCmmTicky.hs +++ b/compiler/codeGen/StgCmmTicky.hs @@ -410,6 +410,6 @@ showTypeCategory ty else if isPrimTyCon tycon {- array, we hope -} then 'A' -- Bogus else if isEnumerationTyCon tycon then 'E' else if isTupleTyCon tycon then 'T' - else if isJust (tyConSingleDataCon_maybe tycon) then 'S' + else if isJust (tyConSingleDataCon_maybe tycon) then 'S' else if utc == listTyConKey then 'L' else 'M' -- oh, well... |