]> matita.cs.unibo.it Git - helm.git/blob - components/library/librarian.mli
modifications to make matita behave reasonably, removed some useless windows
[helm.git] / components / library / librarian.mli
1 exception NoRootFor of string
2
3 val find_root : string -> string
4
5 (* baseuri_of_script ?(inc:REG[matita.includes]) fname -> root, buri, fullpath 
6  * sample: baseuri_of_script a.ma -> /home/pippo/devel/, cic:/matita/a,
7  * /home/pippo/devel/a.ma *)
8 val baseuri_of_script: 
9   ?include_paths:string list -> string -> string * string * string
10
11 (* finds all the roots files in the specified dir *)
12 val find_roots_in_dir: string -> string list