Module Atd.Doc_types

type inline =
  1. | Text of string
  2. | Code of string
type block =
  1. | Paragraph of inline list
  2. | Pre of string