module Types: sig .. end
type symbol, defines valid identifiers in faust expressions.
type 
| | | N of int | 
| | | R of float | 
| | | Vec of int * (int -> value) | 
| | | Zero | 
| | | W | 
type 
| | | Add | 
| | | Sup | 
| | | Mul | 
| | | Div | 
| | | Pass | 
| | | Stop | 
| | | Mem | 
| | | Delay | 
| | | Floor | 
| | | Int | 
| | | Sin | 
| | | Cos | 
| | | Atan | 
| | | Atantwo | 
| | | Sqrt | 
| | | Rdtable | 
| | | Mod | 
| | | Vectorize | 
| | | Concat | 
| | | Nth | 
| | | Serialize | 
| | | Larger | 
| | | Smaller | 
| | | Prefix | 
| | | Selecttwo | 
| | | Selectthree | 
type symbol, defines valid identifiers in faust expressions.
exception Symbol_not_defined
val symbol_of_string : string -> symbol
type int * (int -> value) 
type 
type