package dolmen

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

Statistics holding exactly one value

val create : string -> t

Create a float statistics, with the given name.

val print : Format.formatter -> t -> unit

Print the statistic's current value.

val set : t -> float -> unit

Set the stat value.