X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=efcbda003a80de84ca9ea6f4829acc3594bf7df6;hb=349a0e23813a7f33853e1f8fe48230276ac22934;hp=c5d8a80ef2bb8aad62ea8387baa18d0181dae7f6;hpb=b5eb40eed8e03f2ac2059c3ec9ec5f078ae320af;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index c5d8a80ef..efcbda003 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -2,5 +2,6 @@ #thread;; #require "str";; #require "netstring";; -#require "pxp";; +#require "helm-xml";; #load "registry.cma";; +open Helm_registry;;