
2 Nov
2009
2 Nov
'09
8:41 a.m.
I also thought of some font-lock symbols you could consider adding to haskell-font-lock.el: ;; Nice bottom symbol (cons "undefined" (decode-char 'ucs #X22A5)) ;; Small case pi symbol (cons "pi" (decode-char 'ucs #X3C0)) ;; This one is less serious (cons "unsafePerformIO" (decode-char 'ucs #X2620)) I don't know if the predicate in the list of font-lock symbols can express this condition, but it would be nice to be able to replace 'a' and 'b' in types with lowercase alpha (U003B1) and beta (U003B1) symbols. But only in the context of a type. Regards, Roel