summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorLangston Barrett <langston.barrett@gmail.com>2016-07-02 13:31:08 +0100
committerLangston Barrett <langston.barrett@gmail.com>2016-07-02 13:31:08 +0100
commit86d7b78d711d0d2375eafe13fd5f10379f3431c5 (patch)
tree4f91d67d6cf9ca48bba4bb5ae292493dfe03e7ec /lib
parent9f04365e1412aaa0d835649e899aec4f01a497d8 (diff)
downloadstylish-haskell-86d7b78d711d0d2375eafe13fd5f10379f3431c5.tar.gz
add more symbols from UnicodeSyntax
Diffstat (limited to 'lib')
-rw-r--r--lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs b/lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs
index 1e00275..0a4438a 100644
--- a/lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs
+++ b/lib/Language/Haskell/Stylish/Step/UnicodeSyntax.hs
@@ -26,6 +26,10 @@ unicodeReplacements = M.fromList
[ ("::", "∷")
, ("=>", "⇒")
, ("->", "→")
+ , ("<-", "←")
+ , ("forall", "∀")
+ , ("-<", "↢")
+ , (">-", "↣")
]