]> matita.cs.unibo.it Git - helm.git/blobdiff - components/binaries/tptp2grafite/main.ml
bugfix to developments:
[helm.git] / components / binaries / tptp2grafite / main.ml
index 51c7bbe482c2b0b2b4d4eac0db8769d89251365a..786ff7e75abc7a00d2f94d9498210601cb7b6308 100644 (file)
@@ -201,7 +201,7 @@ let convert_ast statements context = function
                 fv)) 
            else [])@
             [GA.Executable(floc,GA.Tactical(floc, GA.Tactic(floc,
-              GA.Auto (floc,None,None,Some "paramodulation",None)),
+            GA.Auto (floc,["paramodulation",""])),
                 Some (GA.Dot(floc))))]@
           (if fv <> [] then     
             (List.flatten
@@ -305,7 +305,7 @@ let _ =
   let extra_statements_start = [
     GA.Executable(floc,GA.Command(floc,
       GA.Set(floc,"baseuri","cic:/matita/TPTP/" ^ !inputfile)));
-    GA.Executable(floc,GA.Command(floc, GA.Include(floc,"library_notation.ma")))]
+    GA.Executable(floc,GA.Command(floc, GA.Include(floc,"logic/equality.ma")))]
   in
   List.iter pp extra_statements_start;
   List.iter