Module Debug_protocol.Checksum_algorithm

type t =
| MD5
| SHA1
| SHA256
| Timestamp

Names of checksum algorithms that may be supported by a debug adapter.

include JSONABLE with type t := t
type t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_yojson : t -> Yojson.Safe.t