package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_core.PrimSource

Sourcetype t = [
  1. | `P
  2. | `Ol
  3. | `Ul
  4. | `Li
  5. | `Em
  6. | `Strong
  7. | `Code
  8. | `Blockquote
  9. | `Pre
  10. | `Figure
  11. | `Figcaption
]
Sourceval t : [ `Blockquote | `Code | `Em | `Figcaption | `Figure | `Li | `Ol | `P | `Pre | `Strong | `Ul ] Repr.t