=> _ _ _ REPLACE _ _ _ _ _ _ _ _ _ _ _ _ operator
The => operator is a binary operator used in rule lists to denote replacements.
operator f; let f(x) => x^2; f(x); 2 x