package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'config t = {
  1. names : Ocamlformat_stdlib.string Ocamlformat_stdlib.list;
  2. values : typ;
  3. doc : Ocamlformat_stdlib.string;
  4. update : 'config -> Ocamlformat_stdlib.string -> Conf_t.updated_from -> 'config;
}