package js_of_ocaml-compiler

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

Module Source_map.IndexSource

Sourcetype section = {
  1. offset : Offset.t;
  2. map : Standard.t;
}
Sourcetype t = {
  1. version : int;
  2. file : string option;
  3. sections : section list;
}