package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stdune.Nonempty_listSource

A (to be expanded) collection of functions for working with non-empty lists.

Sourcetype 'a t =
  1. | :: of 'a * 'a list
Sourceval of_list : 'a list -> 'a t option
Sourceval to_list : 'a t -> 'a list
OCaml

Innovation. Community. Security.