package cmdlang
-
cmdlang.ast
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
An interface for types that can be parsed from strings, when parsing never results in failures.
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