package glicko2

  1. Overview
  2. Docs

Module Glicko2_typesSource

Sourcemodule type GLICKO2_CONFIG = sig ... end
Sourcetype unknown_error = [
  1. | `UnknownError of string
]
Sourcetype rate_error = [
  1. | `InvalidVolatility
  2. | `ExceededIterations
  3. | unknown_error
]
Sourcetype player_error = [
  1. | `InvalidArgument of string
  2. | unknown_error
]
Sourcetype ('a, 'b) result = [
  1. | `Ok of 'a
  2. | `Error of 'b
]
Sourcetype 'a rate_result = ('a, rate_error) result
Sourcemodule type PLAYER = sig ... end
Sourcemodule type LOW_LEVEL = sig ... end
Sourcemodule type SINGLE_GAME = sig ... end
Sourcemodule type GLICKO2 = sig ... end
OCaml

Innovation. Community. Security.