package dune-private-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val module_ : string

The name of the module, for use in error messages. For example "Lib_name", "Context_name".

val description : string

A short description of the type, for use in user-facing error messages. For example "context name", "library name".

val description_of_valid_string : 'a Stdune.Pp.t option

A description of valid identifiers. Will be added to error messages if present

val hint_valid : (string -> string) option

A function suggesting a valid replacement for an erroneous input. Will be added to error messages if present

val of_string_opt : string -> t option
val to_string : t -> string
OCaml

Innovation. Community. Security.