diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-02-08 16:29:04 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-09 10:34:21 +0100 |
commit | da19c136f3e8e73a3713acb5e5802e0f28db8efd (patch) | |
tree | 46a441fa8a1f3c8e58cfc7abddfa19f0e99d4b8b /compiler/utils/Outputable.hs | |
parent | 023fc92f6f98a8bd003ce20083d3682aec865cb5 (diff) | |
download | haskell-da19c136f3e8e73a3713acb5e5802e0f28db8efd.tar.gz |
Print * has Unicode star with -fprint-unicode-syntax
Reviewers: austin, thomie
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1893
Diffstat (limited to 'compiler/utils/Outputable.hs')
-rw-r--r-- | compiler/utils/Outputable.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs index bf0cc905fc..259b554c23 100644 --- a/compiler/utils/Outputable.hs +++ b/compiler/utils/Outputable.hs @@ -35,6 +35,7 @@ module Outputable ( fsep, fcat, hang, hangNotEmpty, punctuate, ppWhen, ppUnless, speakNth, speakN, speakNOf, plural, isOrAre, doOrDoes, + unicodeSyntax, coloured, PprColour, colType, colCoerc, colDataCon, colBinder, bold, keyword, |