]> 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 e8b80d25b8d2cdc69ad8d95228499ef2a0a61fa1..d4c82321e8e63b5382fb13ee129231ef7770011d 100644 (file)
@@ -56,6 +56,7 @@ object
   (* 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 include_paths: string list
   method assignFileName : string option -> unit (* to the current active file *)
   method loadFromFile : string -> unit
   method loadFromString : string -> unit