X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=352cad8baeb116dc3b7549a1253bc0224a7d2697;hb=7e9904185ceff75884783dbf0bad506b8521b857;hp=c5d8a80ef2bb8aad62ea8387baa18d0181dae7f6;hpb=b5eb40eed8e03f2ac2059c3ec9ec5f078ae320af;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index c5d8a80ef..352cad8ba 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -3,4 +3,6 @@ #require "str";; #require "netstring";; #require "pxp";; +#require "helm-pxp";; #load "registry.cma";; +open Helm_registry;;