Improving `memory` with better abstractions

I don’t know if it applies to your situation but I never use the mono-traversable classes, because I feel that optics express the necessary operations in a much more composable fashion. One can even view and manipulate individual bits from integers or Chars from a Text.

1 Like