Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Mechaml.FormatSourceFormat
This module contains type definitions and helpers to deal with some HTML5 formatted input types, such as dates, colors, range, etc. Each module correspond to a from input type and implements a to_string function that generates a well-formed string from a representation. The generated string may then be put in a form using Page.Form.Field.set, for example. Each module provides a make function to create and manipulate this representation.