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 f484eea commit 62a4c31Copy full SHA for 62a4c31
purescript-font-lock.el
@@ -101,7 +101,7 @@
101
("&&" . ,(decode-char 'ucs #X2227))
102
("||" . ,(decode-char 'ucs #X2228))
103
("sqrt" . ,(decode-char 'ucs #X221A))
104
- ("undefined" . ,(decode-char 'ucs #X22A5)) ;; Not really needed for Purescript
+ ("undefined" . ,(decode-char 'ucs #X22A5))
105
("pi" . ,(decode-char 'ucs #X3C0))
106
("~>" . ,(decode-char 'ucs 8669)) ;; Omega language
107
("-<" . ,(decode-char 'ucs 8610)) ;; Paterson's arrow syntax
0 commit comments