StatLogger.S
val id : string
Unique logger id, must be the same between all runs
type stat
The type of stats being saved. For example:
int t
float t
combine
fun _ -> concat
concat
List.concat
val combine : string -> stat -> stat -> stat