]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_content/acic2content.ml
Bug fixed: RewriteLR were not recognized correctly. Moreover they were also
[helm.git] / components / acic_content / acic2content.ml
index b61cb1225e0cf4e9c997657ee9b4f7e87a210fba..ddd1b5ebcd02687a6d9a8834497fc9ebc984bf70 100644 (file)
@@ -942,7 +942,8 @@ and rewrite seed context metasenv name id li ~ids_to_inner_types ~ids_to_inner_s
               { K.conclude_id = gen_id conclude_prefix seed; 
                 K.conclude_aref = id;
                 K.conclude_method =
-                 if UriManager.eq uri HelmLibraryObjects.Logic.eq_ind_URI then
+                 if UriManager.eq uri HelmLibraryObjects.Logic.eq_ind_URI
+                 || LibraryObjects.is_eq_ind_URI uri then
                   "RewriteLR"
                  else
                   "RewriteRL";