X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnUri.ml;h=5d810729404c5ea739e735e877edfe9bf6dfdf8d;hb=c6c248e635ef35e9515ed981374ce2a0cef30e62;hp=5924036845b7a74db28f8fdd8c5b5762498fdee2;hpb=fa9700ea545ddaed416fdabb9d9fb410ef528e97;p=helm.git diff --git a/helm/software/components/ng_kernel/nUri.ml b/helm/software/components/ng_kernel/nUri.ml index 592403684..5d8107294 100644 --- a/helm/software/components/ng_kernel/nUri.ml +++ b/helm/software/components/ng_kernel/nUri.ml @@ -5,8 +5,8 @@ ||I|| ||T|| HELM is free software; you can redistribute it and/or ||A|| modify it under the terms of the GNU General Public License - \ / version 2 or (at your option) any later version. - \ / This software is distributed as is, NO WARRANTY. + \ / version 2 or (at your option) any later version. + \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) (* $Id$ *) @@ -53,3 +53,4 @@ module HT = struct end;; module UriHash = Hashtbl.Make(HT);; +module UriMap = Map.Make(HT);;