Popular repositories Loading
-
-
-
pointedlist
pointedlist PublicForked from jeffwheeler/pointedlist
A PointedList tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps a…
Haskell 1
-
Repositories
Showing 9 of 9 repositories
- compiler-warnings Public
- pointedlist Public Forked from jeffwheeler/pointedlist
A PointedList tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge.