package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type w = {
  1. current : int;
  2. max : int;
  3. size : int;
}
val pp : Stdlib.Format.formatter -> w -> unit
val init : w
val is_better : w -> w -> bool
val is_equal : 'a -> 'b -> bool
val update : current:w -> w -> w
val up : w -> 'a -> w
val down : w -> 'a -> w
val right : w -> 'a -> w
module WMap : sig ... end
val optimum : 'a WMap.t -> (WMap.key * 'a) option