purescript-ordered-collections icon indicating copy to clipboard operation
purescript-ordered-collections copied to clipboard

Purely functional map and set data structures

Results 11 purescript-ordered-collections issues
Sort by recently updated
recently updated
newest added

Proposing a function to convert a `Set` to a `Map`: ```purs annotateSet :: forall a b. (a -> b) -> Set a -> Map a b annotateSet f = mapWithIndex...

type: enhancement
good first issue