Open
Description
Apparently balanceR functions in eg Data.Map.Internal and Data.Set.Internal can fail with a message like "Failure in Data.Map.balanceR" (related: #902). And this brought down (briefly) much of the Cardano blockchain: IntersectMBO/cardano-node#4826
Isn't it a bug to have such partial code in containers ?