/tags/rel-1.3.35/Lib/ocaml/preamble.swg
# · Unknown · 17 lines · 16 code · 1 blank · 0 comment · 0 complexity · 4331a387effcf441ac1c332db2a3480a MD5 · raw file
- %insert(mli) %{
- exception BadArgs of string
- exception BadMethodName of c_obj * string * string
- exception NotObject of c_obj
- exception NotEnumType of c_obj
- exception LabelNotFromThisEnum of c_obj
- exception InvalidDirectorCall of c_obj
- %}
- %insert(ml) %{
- exception BadArgs of string
- exception BadMethodName of c_obj * string * string
- exception NotObject of c_obj
- exception NotEnumType of c_obj
- exception LabelNotFromThisEnum of c_obj
- exception InvalidDirectorCall of c_obj
- %}