ron icon indicating copy to clipboard operation
ron copied to clipboard

(2019-07-24, cblp, #102) data family ORSet c a where

Open src-of-truth[bot] opened this issue 6 years ago • 0 comments

newtype instance ORSet Ord a = ORSetOrd (Set a) newtype instance ORSet Hashable a = ORSetHash (HashSet a) https://github.com/ff-notes/ron/blob/ea4420a9d52822a6d2ef5ea484b765f9c45b65d9/ron-rdt/lib/RON/Data/ORSet.hs#L115-L119

  • Found on master

src-of-truth[bot] avatar Oct 24 '19 11:10 src-of-truth[bot]