package ppxlib

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

Module Stdppx.NonEmptyListSource

Sourcetype 'a t = 'a * 'a list
Sourceval (@) : ('a * 'b list) -> ('b * 'b list) -> 'a * 'b list
Sourceval hd : ('a * 'b) -> 'a
Sourceval to_list : ('a * 'a list) -> 'a list
Sourceval map : f:('a -> 'b) -> ('a * 'a list) -> 'b * 'b list
OCaml

Innovation. Community. Security.