]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_library/oCic2NCic.ml
Commented a couple of calls to "set_reference_of_oxuri".
[helm.git] / helm / software / components / ng_library / oCic2NCic.ml
index 7225ea2a44198690e17e93ab366f9907352dccca..50b3207e89d2114167969a792250e7f918eeefb7 100644 (file)
@@ -877,5 +877,7 @@ let reference_of_oxuri u =
 NCicCoercion.set_convert_term convert_term;;
 Ncic2astMatcher.set_reference_of_oxuri reference_of_oxuri;;
 NCicDisambiguate.set_reference_of_oxuri reference_of_oxuri;;
+(* Why should we set them here? 
 NCicBlob.set_reference_of_oxuri reference_of_oxuri;;
 NCicProof.set_reference_of_oxuri reference_of_oxuri;;
+*)