Module Eliom_form_sigs

type button_type = [
  1. | `Button
  2. | `Reset
  3. | `Submit
]
module type S = sig ... end