Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted ListZipper' type-class, but kept MaybeListZipper data structu…
…re. It is argued that `type MaybeListZipper a = Maybe (ListZipper a)` is more appropriate. I am not so sure, but that might be a future revision. All the tests were fixed such that they now compile. This is to fix issue #2.
- Loading branch information