]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaFilesystem.mli
Added generation of HTML representation of the library.
[helm.git] / matitaB / matita / matitaFilesystem.mli
index eba9d1dde941e6a6fb99aca59be75c03e476a7cd..e04500e284e0e7c8840a3b1debb12945db2ad8c6 100644 (file)
@@ -1 +1,5 @@
-val checkout : string -> string
+exception SvnError of string;;
+
+val checkout : string -> unit
+
+val html_of_library : string -> string