package ppx_deriving

  1. Overview
  2. Docs
Type-driven code generation for OCaml >=4.02.2

Install

Dune Dependency

Authors

Maintainers

Sources

v4.4.tar.gz
sha256=c2d85af4cb65a1f163f624590fb0395a164bbfd0d05082092526b669e66bcc34

doc/ppx_deriving.runtime/Ppx_deriving_runtime/StdLabels/index.html

Module Ppx_deriving_runtime.StdLabels

Standard labeled libraries.

This meta-module provides labelized version of the Array, Bytes, List and String modules.

They only differ by their labels. Detailed interfaces can be found in arrayLabels.mli, bytesLabels.mli, listLabels.mli and stringLabels.mli.

module Array = ArrayLabels
module Bytes = BytesLabels
module List = ListLabels
module String = StringLabels
OCaml

Innovation. Community. Security.