New Faustine tested by sin.dsp and fft.dsp.
[Faustine.git] / interpretor / types.ml
index 3d14095..89f1e5f 100644 (file)
@@ -153,5 +153,5 @@ class type process_type =
 class type io_type = 
     object
       method read : string array -> beam_type
-      method write : value_type array array -> string array
+      method write : int array -> value_type array array -> string array
     end;;