Source file Prim.ml

1
2
type t = [`P | `Ol | `Ul | `Li | `Em | `Strong | `Code | `Blockquote | `Pre | `Figure | `Figcaption]
[@@deriving show, repr]