]> matita.cs.unibo.it Git - fireball-separation.git/blobdiff - ocaml/test.ml
Tentative commit: tactics dropped and clean-up
[fireball-separation.git] / ocaml / test.ml
index 93240b9c867f897050b11bb3805c6cbb7f6a941d..f5bf55a50280c7ac20c3048761d8f0e9bc984065 100644 (file)
@@ -62,7 +62,7 @@ let call_main4 div convs nums =
   print_endline "CONV:"; List.iter prerr_endline convs;
   print_endline "NUMS:"; List.iter prerr_endline nums;
   prerr_newline ();
-  ) in Lambda4.main [Lambda4.magic_conv div convs nums ["*"]]
+  ) in Lambda4.solve (Lambda4.problem_of div convs nums)
 ;;
 
 let main =