X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=9aee6008e6a2c0dada86588e8510073725d69377;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=1366164faaebc2cc50c0146a35dcd4073d13e8dd;hpb=12b2964f1389189ff77cc9de5623388f2f3d4e5d;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index 1366164fa..9aee6008e 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,7 +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";;