The column wrapping and lack of indentation make this cheat sheet a bit hard to use. Also not specifying that one of these is the function definition and one is it's usage makes it hard to glance over:<p><pre><code> add(a, b) -> a + b
add(1, 2) == 3</code></pre>