Stdin, stdout and stderr updated, tested.
[Faustine.git] / interpreter / types.ml
index 7024eeb..585b0ed 100644 (file)
@@ -253,7 +253,7 @@ class type process_type =
 
 class type io_type = 
     object
-      method set : string -> string -> unit
+      method set : string -> string -> string -> unit
       method read : string array -> beam_type
-      method write : rate_type array -> data -> string array
+      method write : rate_type array -> data -> string * string -> string array
     end;;