Quelle counter.mli
Sprache: unbekannt
|
|
(*
* This file defines our counter, which we use in the Count command.
*)
(*
* Increment the counter
*)
val increment : unit -> unit
(*
* Determine the value of the counter
*)
val value : unit -> int
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]
|
2026-03-28
|