module Validation:sig
..end
typepath_elem =
[ `Field of string | `Index of int ]
typepath =
path_elem list
val string_of_path : path -> string
".settings.ports[0]"
type
error = {
|
error_path : |
|
error_msg : |
val error : ?msg:string -> path -> error
val string_of_error : error -> string