package nel

  1. Overview
  2. Docs
On This Page
  1. API
    1. Library nel
A very simple implementation of a non-empty list

Install

dune-project
 Dependency

Authors

Maintainers

Sources

nel-1.0.0.tbz
sha256=9f9f48e19b42200a0c297dbe253a7987b4fa9d9a20138e1e8d52ad3328c7201f
sha512=4939e586c2364f7da203e8e03b8c4f1e6ba221c07cd8aac29acc99185d90ee8df30b0f988db9fa81c8b5b1bd6771eb6de2e47f0204e2b64f7c02a84fada40b15

doc/index.html

nel

API

Library nel

  • Nel Describes a non-empty list (usually expressed as nel for Non Empty List) (i.e. one containing at least one element). Most of the documentation was mostly done by OCaml Standard Library.