package bwd

  1. Overview
  2. No Docs
Backward lists

Install

Authors

Maintainers

Sources

1.2.0.tar.gz
md5=8f22a165c41d650ab734063441c83d22
sha512=525342b74934494a8c1b8e8208ae9125c218abd447373b47e876c281e7c947da80003e81a28e563c55714c4742bce9c8ac36e3c6747c317fc7714cedaa883e60

Description

This OCaml package defines backward lists that are isomorphic to lists. They are useful when one wishes to give a different type to the lists that are semantically in reverse. In our experience, it is easy to miss List.rev or misuse List.rev_append when both semantically forward and backward lists are present. With backward lists having a different type, it is impossible to make these mistakes.

Published: 10 Apr 2022

Dependencies (2)

  1. ocaml >= "4.08"
  2. dune >= "2.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. qcheck-core >= "0.18" & with-test

Used by

None

Conflicts

None