You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AssocMap.Map type is confusing, since a Map type is usually expected to provide a very similar interface to https://hackage.haskell.org/package/containers-0.7/docs/Data-Map-Strict.html and to have an optimal way of storing/looking up/dealing with collisions of keys. This type does not provide any of that, and many of the functions/instances associated with it don't even enforce that the resulting map is well-defined. Also
The AssocMap.Map type is confusing, since a
Map
type is usually expected to provide a very similar interface to https://hackage.haskell.org/package/containers-0.7/docs/Data-Map-Strict.html and to have an optimal way of storing/looking up/dealing with collisions of keys. This type does not provide any of that, and many of the functions/instances associated with it don't even enforce that the resulting map is well-defined. Alsoplutus/plutus-tx/src/PlutusTx/AssocMap.hs
Line 244 in bcce392
See #5701 for more context.
The text was updated successfully, but these errors were encountered: