X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_types.ml;h=01af4faec0ef0030375c54d4171df986c14cd2ab;hb=f15a13bab100064a4da238cede323b8d4568c174;hp=96977b6c546d51c51bb5b9d1207acb526f8b44c2;hpb=86e80bc65186bf4c2824dc94f5f4dd5966843f14;p=helm.git diff --git a/helm/http_getter/http_getter_types.ml b/helm/http_getter/http_getter_types.ml index 96977b6c5..01af4faec 100644 --- a/helm/http_getter/http_getter_types.ml +++ b/helm/http_getter/http_getter_types.ml @@ -1,5 +1,7 @@ (* - * Copyright (C) 2000, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * for the HELM Team http://helm.cs.unibo.it/ * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,7 +23,7 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) exception Http_getter_bad_request of string @@ -39,7 +41,11 @@ type http_getter_xml_uri = | Cic of string | Theory of string type http_getter_rdf_uri = string * http_getter_xml_uri +type http_getter_nuprl_uri = string type http_getter_uri = - | Xml_uri of http_getter_xml_uri + | Cic_uri of http_getter_xml_uri + | Nuprl_uri of http_getter_nuprl_uri | Rdf_uri of http_getter_rdf_uri +module StringSet = Set.Make (String) +