]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_tactics/nnAuto.ml
typos
[helm.git] / matitaB / components / ng_tactics / nnAuto.ml
index 8cf11d98cd939c4173e363a4787429f7494de308..b841f87e76f34eba283b68b9cdd5f6479eb85ecd 100644 (file)
@@ -1394,7 +1394,7 @@ let do_something signature flags status g depth gty cache =
   debug_print ~depth 
     (lazy ("alternatives = " ^ (string_of_int (List.length (l1@l@l2)))));
     (* we order alternatives w.r.t the number of subgoals they open *)
-    l1 @ (sort_new_elems l2) @ l), cache 
+    l1 @ (sort_new_elems l2) @ l, cache 
 ;;
 
 let pp_goal = function