Module Eliom_form_sigs type button_type = [ | `Button| `Reset| `Submit ]module type LINKS = sig ... endmodule type S = sig ... end