Highlights
- Arctic Code Vault Contributor
Pinned
129 contributions in the last year
Contribution activity
December 2020
Created 3 commits in 1 repository
Created 1 repository
- TOTBWF/group-theory Haskell
Created a pull request in haskell/containers that received 10 comments
Implement 'intersections', and add an 'Intersection' newtype along with a 'Semigroup' instance
Patch Description
This PR adds the following function for computing the intersection of a series of sets:
intersections :: Ord a => NonEmpty (Set a…
+27
−1
•
10
comments