X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=352cad8baeb116dc3b7549a1253bc0224a7d2697;hb=7e9904185ceff75884783dbf0bad506b8521b857;hp=49a371462c003f8726c27308b90ffbddc85291c5;hpb=0027da83c65b1dd0689f8d89b00bb77206dbd654;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index 49a371462..352cad8ba 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,6 +1,8 @@ #use "topfind";; +#thread;; #require "str";; #require "netstring";; #require "pxp";; +#require "helm-pxp";; #load "registry.cma";; open Helm_registry;;