Source file usage.ml

1
2
3
4
5
type t = {
  input_tokens : int;
  output_tokens : int;
  total_tokens : int option;
}