- Add
mapUnsafe
- Add
assocList
,elems
- Add module Data.MonoTuple
- Add
genOSet
- Add
ToJSON
instance forOSet
#4112 - Add
fromKeys
,fromElems
- Add
OSet.fromList
- Add
fromFoldableDuplicates
- Add
toSet
- Add
fromFoldable
- Moved
ToExpr
instances out of the main library and into the testlib.
- Add Data.OMap.Strict #3791
- Add Data.OSet.Strict #3779
- Remove
Data.UMap
#3371
-
Fix - A bug was fixed in the
canonicalInsert
function. The bug manifested by creating an unbalanced tree in theData.Map
internals of the 'CanonicalMap', which can result in a crash. This was the root cause of IntersectMBO/cardano-node#4826. -
Added New module Data.Universe, reusable code for defining closed singleton types.
- First properly versioned released.