You can search for identifiers within the package.
in-package search v0.2.0
mechaml
Form.Field
Operations on general fields : textarea, text, password, color, date, etc.
val set : t -> field input -> string -> t
Set the value of a field
val get : t -> field input -> string option
Return the content of a field, if any
val default_value : t -> field input -> string option
Return the default value of a field, specified via the attribute value
value
val reset : t -> checkbox input -> t
Set the value back to the default value, or just clear the field if there is no default value