package cmdlang

  1. Overview
  2. Docs

An interface for types that can be parsed from strings, when parsing never results in failures.

type t
val of_string : string -> t

This function is not expected to to raise. If you need to validate the input string, see Param.validated_string.

val to_string : t -> string
OCaml

Innovation. Community. Security.