X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/Types.html diff --git a/documentation/Types.html b/documentation/Types.html deleted file mode 100644 index 1b2bf4b..0000000 --- a/documentation/Types.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -Types - - - -

Module Types

-
-
module Types: sig .. end
type symbol, defines valid identifiers in faust expressions.
-
-
type value = - - - - - - - - - - - - - - - - - - - - - - - - -
-| -N of int
-| -R of float
-| -Vec of int * (int -> value)
-| -Zero
-| -W
- - -
type symbol = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-| -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 signal = int * (int -> value) 
- -
type faust_exp = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-| -Const of value
-| -Ident of symbol
-| -Par of faust_exp * faust_exp
-| -Seq of faust_exp * faust_exp
-| -Rec of faust_exp * faust_exp
-| -Split of faust_exp * faust_exp
-| -Merge of faust_exp * faust_exp
- - -
type dimension = - - - - - - - - - -
-| -End of (int * int)
-| -Tree of (int * int) * (dimension * dimension)
- - - \ No newline at end of file