/tags/rel-1.3.35/Lib/ocaml/preamble.swg
Unknown | 17 lines | 16 code | 1 blank | 0 comment | 0 complexity | 4331a387effcf441ac1c332db2a3480a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1%insert(mli) %{
2exception BadArgs of string
3exception BadMethodName of c_obj * string * string
4exception NotObject of c_obj
5exception NotEnumType of c_obj
6exception LabelNotFromThisEnum of c_obj
7exception InvalidDirectorCall of c_obj
8%}
9
10%insert(ml) %{
11exception BadArgs of string
12exception BadMethodName of c_obj * string * string
13exception NotObject of c_obj
14exception NotEnumType of c_obj
15exception LabelNotFromThisEnum of c_obj
16exception InvalidDirectorCall of c_obj
17%}