Skip to content

Instantly share code, notes, and snippets.

@Synthetica9
Created January 10, 2019 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Synthetica9/22bab6c901ff968f0518387f43c7e478 to your computer and use it in GitHub Desktop.
Save Synthetica9/22bab6c901ff968f0518387f43c7e478 to your computer and use it in GitHub Desktop.
instance DiscreteOrdered a => Semigroup (RSet a) where
(<>) = rSetUnion
instance DiscreteOrdered a => Monoid (RSet a) where
mempty = rSetEmpty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment