Created
June 23, 2017 13:42
-
-
Save notgiorgi/d1f7c830ff7a35bc27ff0fb2b595a513 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Function arrow": { | |
"prefix": "->", | |
"body": "→" | |
}, | |
"Do arrow": { | |
"prefix": "<-", | |
"body": "←" | |
}, | |
"Constraint arrow": { | |
"prefix": "=>", | |
"body": "⇒" | |
}, | |
"Implies arrow": { | |
"prefix": "<=", | |
"body": "⇐" | |
}, | |
"Type annotation": { | |
"prefix": "::", | |
"body": "∷" | |
}, | |
"Forall": { | |
"prefix": "forall", | |
"body": "∀" | |
}, | |
"Compose": { | |
"prefix": ".", | |
"body": "∘" | |
}, | |
"Tuple": { | |
"prefix": "x", | |
"body": "×" | |
}, | |
"Eq": { | |
"prefix": "==", | |
"body": "≡" | |
}, | |
"Not eq": { | |
"prefix": "/=", | |
"body": "≠" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment