package GuaCaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val players_turn : t -> bool
val initial : unit -> t
type move
val play : move -> t -> t
val compare : t -> t -> int
val eval : t -> int option
val next_moves : t -> move list
val pp : Stdlib.Format.formatter -> t -> unit
val pp_move : Stdlib.Format.formatter -> move -> unit