Skip to content

v6.0.0

Compare
Choose a tag to compare
@hdgarrood hdgarrood released this 24 Jul 18:18
· 23 commits to master since this release
dac7d47
  • Add a MutableBuffer type class with instances for both Effect and ST, to allow mutating buffers in either monad, and potentially other monads too (#24, @Dretch)
  • Remove the Show Buffer instance, as reading from a mutable buffer is effectful (@Dretch)
  • Use Number for reading and writing with Buffers (#25, @hdgarrood)