]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_types.ml
- added support for 'reload' method which is supposed to be invoked on
[helm.git] / helm / http_getter / http_getter_types.ml
index 96977b6c546d51c51bb5b9d1207acb526f8b44c2..36ea0e8c3a8a1a5911dfc342a4efbc411de7b820 100644 (file)
@@ -1,5 +1,5 @@
 (*
- *  Copyright (C) 2000, HELM Team.
+ *  Copyright (C) 2003, HELM Team.
  *
  *  This file is part of HELM, an Hypertextual, Electronic
  *  Library of Mathematics, developed at the Computer Science
@@ -43,3 +43,5 @@ type http_getter_uri =
   | Xml_uri of http_getter_xml_uri
   | Rdf_uri of http_getter_rdf_uri
 
+module StringSet = Set.Make (String)
+