Module Lang.SourceTree

type t = {
  1. name : [ `LeafPage of Odoc_model__.Paths.Identifier.Id.container_page_pv Odoc_model__.Paths_types.id option * Odoc_model__.Names.PageName.t | `Page of Odoc_model__.Paths.Identifier.Id.container_page_pv Odoc_model__.Paths_types.id option * Odoc_model__.Names.PageName.t ] Odoc_model__.Paths_types.id;
  2. root : Odoc_model__.Root.t;
  3. source_children : [ `SourcePage of Odoc_model__.Paths.Identifier.Id.source_dir_pv Odoc_model__.Paths_types.id * string ] Odoc_model__.Paths_types.id list;
  4. digest : Digest.t;
}