]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/diff.ml
Mathql_interpreter now using db helm_mowgli_new_schema.
[helm.git] / helm / ocaml / mathql_interpreter / diff.ml
index b4e09196ee5c42e097cbc2c250f2db317d0f491b..5cba32345fcaa7702e9e75e8afd0a18701d605c4 100644 (file)
@@ -81,7 +81,7 @@ let rec diff_ex rs1 rs2 =
 
 
 
-
+(*
 let diff_ex l1 l2 =
  let before = Sys.time () in
  let res = diff_ex l1 l2 in
@@ -95,4 +95,4 @@ let diff_ex l1 l2 =
   flush stdout ;
   res
 ;;
-
+*)