Commit 2024-02-22 15:18 ae19d826

View on Github →

feat: Some constructions about RelSeries (reverse, snoc, cons, tail, smash) (#3852)

  • reverse a RelSeries to give another RelSeries of the opposite relation
  • cons: put a smaller element in the front
  • snoc: put a larger element in the end
  • tail: chop off the first element
  • eraseLast: chop off the last element
  • smash: glue two relation series togather

Estimated changes