package tyxml

  1. Overview
  2. Docs
type t = [
  1. | `Option
]
type form = [
  1. | `Form
]
type formctrl_sans_label = [
  1. | `Button
  2. | `Input
  3. | `Select
  4. | `Textarea
]
type formctrl = [
  1. | `Button
  2. | `Input
  3. | `Label
  4. | `Select
  5. | `Textarea
]
type block = form
type inline_sans_label = formctrl_sans_label
type inline = formctrl
type flow_sans_label = [
  1. | `Button
  2. | `Form
  3. | `Input
  4. | `Select
  5. | `Textarea
]
type flow = [
  1. | `Button
  2. | `Form
  3. | `Input
  4. | `Label
  5. | `Select
  6. | `Textarea
]
OCaml

Innovation. Community. Security.