Options are implemented and fft2d.dsp test success.
[Faustine.git] / interpretor / types.ml
index 17dea67..dae188f 100644 (file)
@@ -153,6 +153,7 @@ class type process_type =
 
 class type io_type = 
     object
+      method set : string -> string -> unit
       method read : string array -> beam_type
       method write : int array -> float array array array -> string array
     end;;