Module
Webb.Set
- Package
- purescript-webb-set
- Repository
- mitchellandwebb/webb-set
Re-exports from Data.Set
#toUnfoldable Source
toUnfoldable :: forall f a. Unfoldable f => Set a -> f aConvert a set to an unfoldable structure.
#properSubset Source
properSubset :: forall a. Ord a => Set a -> Set a -> BooleanTrue if and only if the first set is a subset of the second set and the sets are not equal
#intersection Source
intersection :: forall a. Ord a => Set a -> Set a -> Set aThe set of elements which are in both the first and second set
#fromFoldable Source
fromFoldable :: forall f a. Foldable f => Ord a => f a -> Set aCreate a set from a foldable structure.
- Modules
- Webb.
Set