diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-09 10:22:28 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-09 10:39:24 +0100 |
commit | 9ff05742de1ec1838c0fd358b194b29c8b3ed10b (patch) | |
tree | 42d707f60d94e2f4d05260f9253e1db127d93246 /compiler/coreSyn | |
parent | 9e15db49b57df992184d342830ea830aabc626c9 (diff) | |
download | haskell-9ff05742de1ec1838c0fd358b194b29c8b3ed10b.tar.gz |
Comments only [ci skip]
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/PprCore.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/PprCore.hs b/compiler/coreSyn/PprCore.hs index ddece8dd4b..28d35528fe 100644 --- a/compiler/coreSyn/PprCore.hs +++ b/compiler/coreSyn/PprCore.hs @@ -338,7 +338,7 @@ Furthermore, a dead case-binder is completely ignored, while otherwise, dead binders are printed as "_". -} --- THese instances are sadly orphans +-- These instances are sadly orphans instance OutputableBndr Var where pprBndr = pprCoreBinder |