package odoc

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

Module Types.SourceSource

type t = token list
and tag = string option
and token =
  1. | Elt of Inline.t
  2. | Tag of tag * t