package bwd

  1. Overview
  2. Docs
Backward lists

Install

Dune Dependency

Authors

Maintainers

Sources

2.3.0.tar.gz
md5=5ccdce66e6ccc2b2e11bab3c17fecc8c
sha512=bb544e50bfa778c5ea763e2676df2b609090be28d976de1bd90ec62608defe9a866481b9e68baa38bb7148070250041c7d1f6ba11f3c5ec16c72d8d25a30b2bc

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 those mistakes.

Published: 20 Oct 2023

Dependencies (2)

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

Dev Dependencies (2)

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

Used by (4)

  1. asai
  2. forester = "2.5" | >= "3.0.0"
  3. mugen
  4. yuujinchou >= "3.0.0"

Conflicts

None

OCaml

Innovation. Community. Security.