module Tourney: sig .. end
sig
end
type tourney
val make : Entry.slot list -> tourney
Entry.slot list -> tourney
val won : tourney -> string -> tourney
tourney -> string -> tourney
val select_grouped : Group.grouping_spec -> tourney -> Group.GroupList.t
Group.grouping_spec -> tourney -> Group.GroupList.t
val num_rounds : tourney -> int
tourney -> int