X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_types.ml;h=01af4faec0ef0030375c54d4171df986c14cd2ab;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hp=91c08c38b07604e1ca483e104265e8294334258a;hpb=eebee42bc011c09766d09aa18942f95671531a9e;p=helm.git diff --git a/helm/http_getter/http_getter_types.ml b/helm/http_getter/http_getter_types.ml index 91c08c38b..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,8 +41,10 @@ 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)