Module Lang.PageSource
type t = {name : Odoc_model.Paths.Identifier.Page.t;root : Odoc_model.Root.t;content : Odoc_model.Comment.docs;children : Odoc_model.Lang.Page.child list;frontmatter : Odoc_model.Frontmatter.t;digest : Stdlib.Digest.t;linked : bool;
}