package non_empty_list

  1. Overview
  2. Docs

non_empty_list 0.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

non_empty_list

Documentation:

  • Non_empty_list A non-empty list is defined as a immutable (singly) linked list containing at least 1 element. Identical in terms of complexity to List. The API is inspired by Janestreet's Base.List (but is not identical).