[FR] - Replace all uses of Data.Map
with the strict version
#4648
Labels
comp: cardano-api
type: enhancement
An improvement on the existing functionality
user type: internal
Created by an IOG employee
Internal/External
Internal
Describe the feature you'd like
There are numerous modules in the
node
code base that usesData.Map
when they should be usingData.Map.Strict
(fromcontainers
) orData.Strict.Map
(fromstrict-containers
).The text was updated successfully, but these errors were encountered: