Can they be added? It seems that right now `==` only works for `int`s. And there's no `!=` operator. So I would propose changing `==` and introducing `!=` to both be `('a, 'a) -> bool`