]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/dependenciesParser.mli
matitadep ported to the new baseuri free model
[helm.git] / components / grafite_parser / dependenciesParser.mli
index 5445a51ba051c64e5a4beaf7e29a5cb9c70b5072..1b4a03a713815643b69ae4bb861acbb0697ab145 100644 (file)
@@ -28,10 +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
+val deps_of_file: string -> dependency list