Closed jsoo1 closed 2 years ago
I took a stab at doing this and the main issue that I ran into is that Set
doesn't have a Hashable
instance, so Hashable
cannot be derived for the Derivation
type
Ah I see. Ok then. I suppose I can find another way. Thank you!
You're welcome!
It might be nice to make unordered collections of derivations. Would a
Hashable
instance would be nice forDerivation
?