Module

Data.TwoSet

Package
purescript-twoset
Repository
colehaus/purescript-twoset

#TwoSet Source

data TwoSet a

Constructors

Instances

#fromTuple Source

fromTuple :: forall a. Tuple a a -> TwoSet a

#toTuple Source

toTuple :: forall a. TwoSet a -> Tuple a a
Modules
Data.TwoSet