package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module G : Game

Signature

type strategy = {
  1. suggested_move : G.move option;
  2. expected_score : int;
}
val minmax : G.t -> strategy
val pp_strategy : Stdlib.Format.formatter -> strategy -> unit