Module Html_page.Source

type t =
  1. | File of Fpath.t
  2. | Root of Fpath.t
val pp : Format.formatter -> t -> unit