<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/seqUtil.ml</filename>
    </added>
    <added>
      <filename>test/walksTest.ml</filename>
    </added>
    <added>
      <filename>walks.ml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,24 +7,9 @@ Tests examples:
     Tests.run &quot;Name of the suite&quot;
 *)
 
-let rec _cmp_to_list_end seq lst =
-    match lst with
-    | [] -&gt;
-        OUnit.assert_equal Seq.Nil seq
-    | h::[] -&gt;
-        OUnit.assert_equal (Some h) (Seq.head seq);
-        OUnit.assert_equal None (Seq.head (Seq.tail seq))
-    | h::q -&gt;
-        OUnit.assert_equal (Some h) (Seq.head seq);
-        _cmp_to_list_end (Seq.tail seq) q
-
-let rec _cmp_to_list_cont seq lst =
-    match lst with
-    | [] -&gt;
-        ()
-    | h::q -&gt;
-        OUnit.assert_equal (Some h) (Seq.head seq);
-        _cmp_to_list_cont (Seq.tail seq) q
+(* Functions hqve been moved to external module ... redirecting *)
+let _cmp_to_list_end = SeqUtil.cmp_to_list_end
+let _cmp_to_list_cont = SeqUtil.cmp_to_list_cont 
 
 
 let _ = Tests.register &quot;Base: head, tail&quot; (fun () -&gt;</diff>
      <filename>test/seqTest.ml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>72a5930860dacb415e2ffa1f3fffe8a326c4d26c</id>
    </parent>
  </parents>
  <author>
    <name>Ludovic Coquelle</name>
    <email>lcoquelle@gmail.com</email>
  </author>
  <url>http://github.com/khigia/ocaml-anneal/commit/70ff50f1b4dc28875f1246822dbd1b8d1fbff912</url>
  <id>70ff50f1b4dc28875f1246822dbd1b8d1fbff912</id>
  <committed-date>2008-06-20T21:32:49-07:00</committed-date>
  <authored-date>2008-06-20T21:32:49-07:00</authored-date>
  <message>Added Walk module: create specialized sequence like dichotomy over aray, all possible pairs of 2 array etc.</message>
  <tree>03468eae0b435ef7caf2555fa461a7987458700f</tree>
  <committer>
    <name>Ludovic Coquelle</name>
    <email>lcoquelle@gmail.com</email>
  </committer>
</commit>
