package core_kernel

  1. Overview
  2. No Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.16.0.tar.gz
sha256=e37370bad978cfb71fdaf2b1a25ab1506b98ef0b91e0dbd189ffd9d853245ce2

doc/core_kernel.enum/Enum/Make_stringable/index.html

Module Enum.Make_stringableSource

Defines to_string and of_string functions for M, based on M.sexp_of_t and M.all. The sexp representation of M.t must be a sexp atom.

Parameters

module M : S

Signature

Sourceval of_string : string -> M.t
Sourceval to_string : M.t -> string
OCaml

Innovation. Community. Security.