We should provide `HashEq` instances for common Scala types. [`hasheq.std.int`](https://github.com/TomasMikula/hasheq/blob/master/src/main/scala/hasheq/std/int.scala) can serve as a template. - [ ] `Unit` - [ ] `Boolean` - [ ] `String` - [ ] `Char` - [ ] `Long` - [ ] tuples - [ ] `List` - [ ] `Vector`
We should provide
HashEqinstances for common Scala types.hasheq.std.intcan serve as a template.UnitBooleanStringCharLongListVector