package ppxlib

  1. Overview
  2. Docs
Standard infrastructure for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.32.0.tbz
sha256=507cc73ccf895f22eeb5257a2243838c18a38a09105fcff55eeef9148555422b
sha512=73fef8ab8761bfbfde6ae87cc51eaacc5a5c937f0d628a890f0abdb2bffbf073932c25287a9e3baa2a1947c37f3dfa7f83ddd33c440e2e800971015addc97cd2

doc/ppxlib.stdppx/Stdppx/NonEmptyList/index.html

Module Stdppx.NonEmptyList

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

Innovation. Community. Security.