]> matita.cs.unibo.it Git - helm.git/blob - components/library/librarian.mli
missing files added
[helm.git] / components / library / librarian.mli
1 exception UnableToQualify
2 val find_root : string -> string
3 val is_prefix_of : string -> string -> bool
4 val filename : unit -> string
5
6 (* baseuri_of_script ?(inc:REG[matita.includes] fname -> root, buri, fullpath 
7  * sample: baseuri_of_script a.ma -> /home/pippo/devel/, cic:/matita/a,
8  * /home/pippo/devel/a.ma *)
9 val baseuri_of_script: 
10   ?include_paths:string list -> string -> string * string * string
11
12 (* finds all the roots files in the specified dir *)
13 val find_roots_in_dir: string -> string list