X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_map.ml;h=06699f1781a237153c489d950fc89e8ee6a8464c;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=26daa21d5f2695f5b1ddcf6c22ea933b985cb6b9;hpb=12e7928b2ce2113d5ac43d453026d0443f58c5e4;p=helm.git diff --git a/helm/http_getter/http_getter_map.ml b/helm/http_getter/http_getter_map.ml index 26daa21d5..06699f178 100644 --- a/helm/http_getter/http_getter_map.ml +++ b/helm/http_getter/http_getter_map.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,12 +23,9 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) -let debug = true;; -let debug_print s = if debug then prerr_endline s;; - exception Key_already_in of string;; exception Key_not_found of string;;