-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: enhancementA new feature or addition.A new feature or addition.
Description
Wanted to make this suggestion isn't forgotten after #31 is merged.
annotateSet :: forall a b. (a -> b) -> Set a -> Map a b
annotateSet f = mapWithIndex (\k _ -> f k) <<< toMapdarichey and garyb
Metadata
Metadata
Assignees
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.type: enhancementA new feature or addition.A new feature or addition.