projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactoring of class process in faustexp.ml.
[Faustine.git]
/
interpretor
/
types.ml
diff --git
a/interpretor/types.ml
b/interpretor/types.ml
index
6fa6513
..
5e88a1a
100644
(file)
--- a/
interpretor/types.ml
+++ b/
interpretor/types.ml
@@
-144,6
+144,5
@@
class type process_type =
method exp : faust_exp
method dim : dimension_type
method delay : int
- method to_string : string
method evaluate : beam_type -> beam_type
end;;