package lsp

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

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

type 'a t =
  1. | :: of 'a * 'a list
val of_list : 'a list -> 'a t option
val to_list : 'a t -> 'a list