Ben Sinclair
Results
2
issues of
Ben Sinclair
The `bit_buffer` was also changed to hold 8 bits rather than 7, which is necessary for when you use `countBits(0)` on `.{0xFF}`, for example. There are no bits processed in...
A function like ``` getFocus :: ListZipper' f => f a -> a ``` would seem to fit with the other *Focus functions and would make writing some tests simpler...