X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=9aee6008e6a2c0dada86588e8510073725d69377;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=352cad8baeb116dc3b7549a1253bc0224a7d2697;hpb=107efb54d14f5ce245a96f02cf7d063cb4242534;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index 352cad8ba..9aee6008e 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,8 +1,4 @@ #use "topfind";; -#thread;; -#require "str";; -#require "netstring";; -#require "pxp";; -#require "helm-pxp";; -#load "registry.cma";; +#require "helm-registry";; open Helm_registry;; +load_from "sample.xml";;