From 0e83991e3f8739ec00d744f038fdfaea2b60c98e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 15 Nov 2014 22:36:31 +0100 Subject: Nothing big... --- morpion_rec/AmaneSuzuha/amane.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morpion_rec/AmaneSuzuha') diff --git a/morpion_rec/AmaneSuzuha/amane.ml b/morpion_rec/AmaneSuzuha/amane.ml index 7ac321f..b8f20e2 100644 --- a/morpion_rec/AmaneSuzuha/amane.ml +++ b/morpion_rec/AmaneSuzuha/amane.ml @@ -10,7 +10,7 @@ module Amane : Player.IA = struct let won_game g = match G.s g with Won _ -> true | _ -> false - let play g = + let play g time = let cc = G.possibilities g in match List.partition (fun act -> won_game (G.play g act)) -- cgit v1.2.3