We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
undefined
1 parent 23896ab commit 64fa1f3Copy full SHA for 64fa1f3
purescript-font-lock.el
@@ -98,7 +98,7 @@
98
("&&" . ,(decode-char 'ucs #X2227))
99
("||" . ,(decode-char 'ucs #X2228))
100
("sqrt" . ,(decode-char 'ucs #X221A))
101
- ("undefined" . ,(decode-char 'ucs #X22A5)) ;; Not really needed for Purescript
+ ("undefined" . ,(decode-char 'ucs #X22A5))
102
("pi" . ,(decode-char 'ucs #X3C0))
103
("~>" . ,(decode-char 'ucs 8669)) ;; Omega language
104
("-<" . ,(decode-char 'ucs 8610)) ;; Paterson's arrow syntax
0 commit comments