DB.Results_dir
type path_kind =
| Abs_root
absolute path implicitly rooted at the root of the results dir
*)| Abs_source_dir of SourceFile.t
absolute path implicitly rooted at the source directory for the file
*)| Rel
relative path
*)kind of path: specifies how to interpret a path
val init : ?debug:bool -> SourceFile.t -> unit
Initialize the results directory