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