Module

DecisionTheory.Utility

Package
purescript-decision-theory
Repository
colehaus/purescript-decision-theory

#neMultiSetToNeList Source

#neListToNeMultiSet Source

#neMultiSet Source

neMultiSet :: forall a. Hashable a => MultiSet a -> Maybe (NonEmpty MultiSet a)

#neSet Source

neSet :: forall a. Hashable a => HashSet a -> Maybe (NonEmpty HashSet a)