We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bef49 commit 0904254Copy full SHA for 0904254
haskell-font-lock.el
@@ -50,6 +50,8 @@ alignment and can thus lead to nasty surprises w.r.t layout."
50
(">=" . "≥")
51
("<=" . "≤")
52
("!!" . "‼")
53
+ ("***" . "⁂") ;; Arrow syntax for: (***)
54
+ ("&&&" . "⅋") ;; Fix to avoid ugly (∧&) caused by next line.
55
("&&" . "∧")
56
("||" . "∨")
57
("sqrt" . "√")
0 commit comments