Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
src-of-truth bot opened this issue Oct 24, 2019 · 0 comments
Open

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

src-of-truth bot opened this issue Oct 24, 2019 · 0 comments
Labels

Comments

@src-of-truth
Copy link

src-of-truth bot commented Oct 24, 2019

newtype instance ORSet Ord a = ORSetOrd (Set a) newtype instance ORSet Hashable a = ORSetHash (HashSet a)

{- TODO(2019-07-24, cblp, #102) data family ORSet c a where
newtype instance ORSet Ord a = ORSetOrd (Set a)
newtype instance ORSet Hashable a = ORSetHash (HashSet a)
-}

  • Found on master
@src-of-truth src-of-truth bot added the 102) label Oct 24, 2019
@cblp cblp removed the 102) label Oct 24, 2019
@src-of-truth src-of-truth bot added the 102) label Oct 30, 2019
@cblp cblp removed the 102) label Nov 13, 2019
@src-of-truth src-of-truth bot added the 102) label Nov 13, 2019
@cblp cblp removed the 102) label Dec 2, 2019
@src-of-truth src-of-truth bot added the 102) label Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant