Module ArithMarshal.Response (.ml)

module Response: sig .. end

type t = 
| Bool of bool
| Int of int
val to_string : t -> string