]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 26 Oct 2007 12:48:33 +0000 (12:48 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 26 Oct 2007 12:48:33 +0000 (12:48 +0000)
components/cic_unification/cicRefine.ml
matita/matita.conf.xml.in
pkg-matita/tarballs/matita_0.4.0.orig.tar.gz [new symlink]

index 7f5ab6883c975609e1ec6336f5fdb98198a30ba5..e0f8fd1c79128ad1663640690a167c931ce623cb 100644 (file)
@@ -961,7 +961,8 @@ and type_of_aux' ?(localization_tbl = Cic.CicHash.create 1) metasenv context t
                | Some t,Some (_,C.Def (ct,_)) ->
                    let subst',metasenv',ugraph' = 
                    (try
-prerr_endline ("poco geniale: nel caso di IRL basterebbe sapere che questo e' il Rel corrispondente. Si puo' ottimizzare il caso t = rel.");
+(*prerr_endline ("poco geniale: nel caso di IRL basterebbe sapere che questo e'
+ * il Rel corrispondente. Si puo' ottimizzare il caso t = rel.");*)
                       fo_unif_subst subst context metasenv t ct ugraph
                     with e -> raise (RefineFailure (lazy (sprintf "The local context is not consistent with the canonical context, since %s cannot be unified with %s. Reason: %s" (CicMetaSubst.ppterm ~metasenv subst t) (CicMetaSubst.ppterm ~metasenv subst ct) (match e with AssertFailure msg -> Lazy.force msg | _ -> (Printexc.to_string e))))))
                    in
index 791e69cf86dcaf9588564d688e18cd6d1f4f1293..f9dbfc781b1446c8de0d6e19c117dfc5485633fd 100644 (file)
     
     <!-- this snippet is what is used by the helm team, everything on mowgli.
          note that user's tables are named diffrently from library tables, so that
-        they can coexists on the same db -->
 
     <key name="metadata">@DBHOST@ public helm none legacy</key>
     <key name="metadata">@DBHOST@ matita helm none library</key>
     <key name="metadata">@DBHOST@ matita helm none user</key>
+        they can coexists on the same db -->
 
     <!-- The following snipset is used by the helm team to publish the matita
          contributions
@@ -64,9 +64,9 @@
     <!-- The following snippet it what you want to use a local sqlite db
          and acess remotely to the coq library trought mowgli
     <key name="metadata">@DBHOST@ matita helm none legacy</key>
+    -->
     <key name="metadata">file://$(matita.rt_base_dir) metadata.db helm helm library</key>
     <key name="metadata">file://$(matita.basedir) user.db helm helm user</key>
-    -->
 
     <!-- 
     If you have a large amount of metadata, you may be interested in using
       (e.g. the Matita standard library)
     "legacy" implies "ro"
     -->
+    <!--
     <key name="prefix">
       cic:/matita/
       file:///projects/helm/library/matita_contribs/matita
       ro
     </key>
+    -->
     <key name="prefix">
       cic:/matita/
       file://$(matita.rt_base_dir)/xml/standard-library/
       cic:/matita/
       file://$(user.home)/.matita/xml/matita/
     </key>
+    <!--
     <key name="prefix">
       cic:/
       file://@RT_BASE_DIR@/xml/legacy-library/coq/
       http://mowgli.cs.unibo.it/xml/
       legacy
     </key>
+    -->
   </section>
 </helm_registry>
diff --git a/pkg-matita/tarballs/matita_0.4.0.orig.tar.gz b/pkg-matita/tarballs/matita_0.4.0.orig.tar.gz
new file mode 120000 (symlink)
index 0000000..f58c986
--- /dev/null
@@ -0,0 +1 @@
+matita-0.4.0.tar.gz
\ No newline at end of file