Module Types.AlternativeSource

type expansion = {
  1. status : [ `Inline | `Open | `Closed | `Default ];
  2. summary : Source.t;
  3. expansion : DocumentedSrc.t;
  4. url : Url.Path.t;
}
type t =
  1. | Expansion of expansion