We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bef49 commit e050b85Copy full SHA for e050b85
haskell-font-lock.el
@@ -50,6 +50,7 @@ alignment and can thus lead to nasty surprises w.r.t layout."
50
(">=" . "≥")
51
("<=" . "≤")
52
("!!" . "‼")
53
+ ("&&&" . "&&&")
54
("&&" . "∧")
55
("||" . "∨")
56
("sqrt" . "√")
0 commit comments