]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaScript.mli
matita now includes compiling. if the file is not compiled it compiles it,
[helm.git] / matita / matitaScript.mli
index 89986ead7e0cd01a6600758bcf5369a3b309017c..d4c82321e8e63b5382fb13ee129231ef7770011d 100644 (file)
@@ -55,7 +55,8 @@ object
   method has_name: bool
   (* alwais return a name, use has_name to check if it is the default one *)
   method filename: string 
-  method buri_of_current_file: string
+  method buri_of_current_file: string 
+  method include_paths: string list
   method assignFileName : string option -> unit (* to the current active file *)
   method loadFromFile : string -> unit
   method loadFromString : string -> unit