ron
ron copied to clipboard
Experiment: data family ORSet c a
data family ORSet c a where
newtype instance ORSet Ord a = ORSetOrd (Set a)
newtype instance ORSet Hashable a = ORSetHash (HashSet a)