]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tptp_grafite/tptp2grafite.ml
Release 0.5.9.
[helm.git] / helm / software / components / tptp_grafite / tptp2grafite.ml
index 2e1bb9bce2d93cfbdb1e0f964e5dd3214bc87f2d..c63fca74166bfc137203a91e4033d90040a6c4db 100644 (file)
@@ -246,14 +246,14 @@ let ng_generate_tactics fv ueq_case context arities =
  else [])@
   [GA.Executable(floc,GA.NTactic(floc, [
     if (*ueq_case*) true then
-        GA.NAuto (floc,(Some 
+        GA.NAuto (floc,(
           HExtlib.list_mapi 
             (fun _ i -> 
                mk_ident ("H" ^ string_of_int i)) 
             context    
                 ,[]))
     else
-        GA.NAuto (floc,(None,[
+        GA.NAuto (floc,([],[
                 "depth",string_of_int 5;
                 "width",string_of_int 5;
                 "size",string_of_int 20;
@@ -294,10 +294,10 @@ let generate_tactics fv ueq_case =
  else [])@
   [GA.Executable(floc,GA.Tactic(floc, Some (
     if true (*ueq_case*) then
-        GA.AutoBatch (floc,(None,["paramodulation","";
+        GA.AutoBatch (floc,([],["paramodulation","";
         "timeout",string_of_int !paramod_timeout]))
     else
-        GA.AutoBatch (floc,(None,[
+        GA.AutoBatch (floc,([],[
                 "depth",string_of_int 5;
                 "width",string_of_int 5;
                 "size",string_of_int 20;