]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/value.ml
Makefiles chain, dependancies and libsndfile configure checked.
[Faustine.git] / interpretor / value.ml
index e9b27462586427f6643071de96b4243a5dce4f87..48fc31c115ba4975a0ca7e49a8b26f0999340841 100644 (file)
@@ -74,6 +74,8 @@ class value : basic -> value_type =
       method atan2 = self#prim2 basic_atan2
       method max = self#prim2 basic_max
       method min = self#prim2 basic_min
+      method shl = self#prim2 basic_shl
+      method shr = self#prim2 basic_shr
 
     end;;