Made "=>" cyan.
Added "=>" (typeclass constraint) because the "equals" appeared cyan and the "more than" appeared magenta. This should be one colour (cyan) as it is one symbol.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ color cyan "(\||@|!|:|_|~|=|\\|;|\(\)|,|\[|\]|\{|\})"
|
|||||||
color magenta "(==|/=|&&|\|\||<|>|<=|>=)"
|
color magenta "(==|/=|&&|\|\||<|>|<=|>=)"
|
||||||
|
|
||||||
## Various symbols
|
## Various symbols
|
||||||
color cyan "(->|<-)"
|
color cyan "(->|<-|=>)"
|
||||||
color magenta "\.|\$"
|
color magenta "\.|\$"
|
||||||
|
|
||||||
## Data constructors
|
## Data constructors
|
||||||
|
|||||||
Reference in New Issue
Block a user