Module Lang.Page

type t = {
name : Paths.Identifier.Page.t;
content : Comment.docs;
digest : Stdlib.Digest.t;
}