module FORMS:sig
..end
typet =
[ `Option ]
typeform =
[ `Form ]
typeformctrl_sans_label =
[ `Input | `Select | `Textarea ]
typeformctrl =
[ `Input | `Label | `Select | `Textarea ]
typeblock =
form
typeinline_sans_label =
formctrl_sans_label
typeinline =
formctrl
typeflow_sans_label =
[ `Form | `Input | `Select | `Textarea ]
typeflow =
[ `Form | `Input | `Label | `Select | `Textarea ]