Skip to content

Instantly share code, notes, and snippets.

@notgiorgi
Created June 23, 2017 13:42
Show Gist options
  • Save notgiorgi/d1f7c830ff7a35bc27ff0fb2b595a513 to your computer and use it in GitHub Desktop.
Save notgiorgi/d1f7c830ff7a35bc27ff0fb2b595a513 to your computer and use it in GitHub Desktop.
{
"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