We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5001ed commit 1be2891Copy full SHA for 1be2891
src/Data/HashMap.purs
@@ -129,7 +129,7 @@ foreign import traverseWithIndexPurs :: forall k v w m. (forall a. a -> m a) ->
129
-- | This newtype provides a `Semigroup` instance for `HashMap k v`
130
-- | which delegates to the `Semigroup v` instance of elements.
131
-- |
132
--- | This is part of the following migration process:
+-- | We are currently in step 1 of the following migration process:
133
-- | 1. Add `SemigroupHashMap` with the new `Semigroup` instance and remove old instance from `HashMap`.
134
135
-- | The new instance uses `unionWith append` instead of `union`.
0 commit comments