package ppx_deriving

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

Install

Dune Dependency

Authors

Maintainers

Sources

v4.4.1.tar.gz
sha256=27bc57774724fc4f48775f2011375a5ee1439570204abbf6607761c472757e2f

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.