Module Root.Odoc_file
type compilation_unit={name : string;}type t=|Page of string|Compilation_unit of compilation_unit
Root.Odoc_filetype compilation_unit = {name : string; |
}type t = | Page of string |
| Compilation_unit of compilation_unit |