A Nix-friendly SQLite-enhanced fork of Flitter, a speedrunning split timer for Unix-style terminals
Révision | 8aa997f0c15b38ce52569a1387afea104f4bcdb5 |
---|---|
Taille | 713 octets |
l'heure | 2023-07-07 12:19:42 |
Auteur | Corbin |
Message de Log | Make Gold.to_image foldable.
Okay! This was the missing piece. Now to restore the big patch...
|
val is_gold : Timer_types.timer -> now:float -> int -> bool
val ahead_by : Timer_types.timer -> now:float -> int -> int option
val segment_time : Timer_types.timer -> now:float -> int -> int option
val archived_split_time : Timer_types.timer -> int -> int option
val archived_segment_time : Timer_types.timer -> int -> int option
val archive_done_run :
Timer_types.timer ->
now:float ->
Duration.t option array ->
Timer_types.archived_run
val split_time : Timer_types.timer -> now:float -> int -> int option
val gold_sum : Timer_types.timer -> int -> int -> int option
val updated_golds : Timer_types.timer -> Timer_types.gold array
val updated_pb : Timer_types.timer -> Timer_types.archived_run option