package testo-util

  1. Overview
  2. Docs
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
OCaml

Innovation. Community. Security.