scalaz / scalaz-nio

Performant, purely-functional, low-level, and unopinionated wrapper around Java NIO functionality
Apache License 2.0
84 stars 29 forks source link

Add test to check the Buffer invariant #50

Closed g1ngerbeard closed 5 years ago

g1ngerbeard commented 5 years ago

Added property based test for issue #36

Buffer invariant: 0 <= mark <= position <= limit <= capacity

jczuchnowski commented 5 years ago

LGTM.