nikita-volkov / stm-containers

Containers for STM
http://hackage.haskell.org/package/stm-containers
MIT License
67 stars 13 forks source link

More tests for Bimap #27

Closed adamglowacki closed 5 years ago

adamglowacki commented 5 years ago

A few more assertions and one additional test to check if insertLeft/insertRight, focusLeft/focusRight, lookupLeft/lookupRight and size work correctly and consistently regarding #26 issue.

nikita-volkov commented 5 years ago

Good work :) Thank you