projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix bugs in interpreter/Makefile.
[Faustine.git]
/
interpretor
/
types.ml
diff --git
a/interpretor/types.ml
b/interpretor/types.ml
index
3f0631b
..
f8aeeb8
100644
(file)
--- a/
interpretor/types.ml
+++ b/
interpretor/types.ml
@@
-98,7
+98,7
@@
class type rate_type =
class type signal_type =
object
- method frequency :
rate_type
+ method frequency :
int
method at : time -> value_type
method add_memory : int -> unit
method add : signal_type -> signal_type