Module Testo_util.Msg_from_worker

type t =
  1. | End_test of string
  2. | Error of string
  3. | Junk of string
val of_string : string -> t
val to_string : t -> string