]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/dependenciesParser.mli
BIG FAT WARNING: DEVELOPMENTS DIE HERE
[helm.git] / helm / software / components / grafite_parser / dependenciesParser.mli
index 6a8d2ae212bbfb17495fc0af3be6ce82cfe2c275..1b4a03a713815643b69ae4bb861acbb0697ab145 100644 (file)
@@ -28,13 +28,8 @@ exception UnableToInclude of string
   (* statements meaningful for matitadep *)
 type dependency =
   | IncludeDep of string
-  | BaseuriDep of string
   | UriDep of UriManager.uri
 
 val pp_dependency: dependency -> string
 
-  (** @raise End_of_file *)
-val parse_dependencies: Ulexing.lexbuf -> dependency list
-
-(* returns baseuri and the full path of the script *)
-val baseuri_of_script : include_paths:string list -> string -> string * string
+val deps_of_file: string -> dependency list