package ocamlgraph

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

Parameters

module G : G
module P : sig ... end
module S : sig ... end

Signature

val coherent_player : G.t -> P.t -> bool
val coherent_strat : G.t -> S.t -> bool
val game : G.t -> P.t -> S.t -> S.t -> bool
val strategy : G.t -> P.t -> S.t -> bool
val strategyA : G.t -> P.t -> bool * S.t