Module Identifier.SourceDir

type t = t_pv id
type t_pv = [
  1. | ContainerPage.t_pv
  2. | `SourceDir of t * string
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int