Purely Functional Cursors for common data structures

See https://cs-syd.eu/tags/cursors for more information.

Changes

Changelog

[0.3.1.0] - 2021-11-23

Added

  • listCursorPrevUntil
  • listCursorNextUntil
  • listCursorInsertList
  • listCursorAppendList

[0.3.0.0] - 2020-02-14

Changed

  • NFData instances for benchmarks

[0.2.0.0] - 2019-09-23

Changed

  • textFieldCursorInsertChar and textFieldCursorAppendChar now fail on unsafe characters.