Sourcetype priority = | Low| High
Sourceval tryget : int -> int option Sourceval giveback : int -> unit Sourcetype request = | Hello of priority| Get of int| TryGet of int| GiveBack of int| Ping
Sourcetype response = | Tokens of int| Noluck| Pong of int * int * int