X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALTypes.symbol_of_string.html diff --git a/documentation/code_VALTypes.symbol_of_string.html b/documentation/code_VALTypes.symbol_of_string.html deleted file mode 100644 index a9caff2..0000000 --- a/documentation/code_VALTypes.symbol_of_string.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - -Types.symbol_of_string - - -let symbol_of_string = fun s ->
-                        match s with
-                            |"+"                        ->        Add
-                        |"-"                        ->        Sup                
-                        |"*"                        ->        Mul
-                        |"/"                        ->        Div
-                        |"_"                        ->        Pass
-                        |"!"                        ->        Stop
-                        |"mem"                        ->        Mem
-                        |"@"                        ->        Delay
-                        |"floor"                ->        Floor
-                        |"int"                        ->        Int
-                        |"sin"                        ->        Sin
-                        |"cos"                  ->      Cos
-                        |"atan"                 ->      Atan
-                        |"atantwo"              ->      Atantwo
-                        |"sqrt"                 ->      Sqrt
-                        |"rdtable"                ->        Rdtable
-                        |"%"                        ->        Mod
-                        |"vectorize"                ->        Vectorize
-                        |"#"                        ->        Concat
-                        |"[]"                        ->        Nth
-                        |"serialize"                ->        Serialize
-                        |">"                        ->        Larger
-                        |"<"                        ->        Smaller
-                        |"prefix"                ->        Prefix
-                        |"selecttwo"                ->        Selecttwo
-                        |"selectthree"                ->        Selectthree
-                        | _                     ->      raise Symbol_not_defined
\ No newline at end of file