public
Description: Batteries Included
Homepage: http://forge.ocamlcore.org/projects/batteries/
Clone URL: git://github.com/thelema/batteries.git
More Updates/cleanup
thelema (author)
Sun Oct 05 13:11:37 -0700 2008
commit  5f354b66e738b26ad96003db4c0d808913e21198
tree    c15754763a2a4b06b03093474a6bec9dc7224b15
parent  fbebdac7333c057df9fa6b086658b88078c22048
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@ let tests =
0
   [ "nth_g", ("Gallium", "Nth", max_int,
0
    (fun n l -> ignore(Legacy.List.nth l (n/2))));
0
     "nth_e", ("Extlib", "Nth", max_int,
0
- (fun n l -> List.nth l (n/2);()));
0
+ (fun n l -> ignore(List.nth l (n/2))));
0
     "map_g", ("Gallium", "Map: *2", 100_000,
0
    (fun n l -> ignore(Legacy.List.map (( * )2) l)));
0
     "map_e", ("Extlib", "Map: *2", max_int,

Comments

    No one has commented yet.