]> matita.cs.unibo.it Git - helm.git/commitdiff
typos
authorAndrea Asperti <andrea.asperti@unibo.it>
Thu, 20 Oct 2011 16:13:06 +0000 (16:13 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Thu, 20 Oct 2011 16:13:06 +0000 (16:13 +0000)
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