mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Two instance of functions defined in the same way don't equal themselves, but the same instance of a function does. So by using a val idStringFun for full and binary, and making Binary and Full case classes there are much better chances that ModuleId's defined in the same way will be equal.