projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Stdin, stdout and stderr updated, tested.
[Faustine.git]
/
interpreter
/
types.ml
diff --git
a/interpreter/types.ml
b/interpreter/types.ml
index
da486f2
..
585b0ed
100644
(file)
--- a/
interpreter/types.ml
+++ b/
interpreter/types.ml
@@
-255,5
+255,5
@@
class type io_type =
object
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;;