Skip to content

Instantly share code, notes, and snippets.

@rauschma
Last active April 10, 2018 21:12
Show Gist options
  • Save rauschma/6735c81c3e886154d161b5e70a47ee2c to your computer and use it in GitHub Desktop.
Save rauschma/6735c81c3e886154d161b5e70a47ee2c to your computer and use it in GitHub Desktop.
ReasonML operators
Construction or operator Associativity
prefix operator
. .( .[ .{
[ ] (array index)
#···
applications, assert, lazy left
- -. (prefix)
**··· lsl lsr asr right
*··· /··· %··· mod land lor lxor left
+··· -··· left
@··· ^··· right
=··· <··· >··· ❘··· &··· $··· != left
&& right
❘❘ right
if
let switch fun try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment