/tags/rel-1.3.35/Lib/ocaml/preamble.swg

# · Unknown · 17 lines · 16 code · 1 blank · 0 comment · 0 complexity · 4331a387effcf441ac1c332db2a3480a MD5 · raw file

  1. %insert(mli) %{
  2. exception BadArgs of string
  3. exception BadMethodName of c_obj * string * string
  4. exception NotObject of c_obj
  5. exception NotEnumType of c_obj
  6. exception LabelNotFromThisEnum of c_obj
  7. exception InvalidDirectorCall of c_obj
  8. %}
  9. %insert(ml) %{
  10. exception BadArgs of string
  11. exception BadMethodName of c_obj * string * string
  12. exception NotObject of c_obj
  13. exception NotEnumType of c_obj
  14. exception LabelNotFromThisEnum of c_obj
  15. exception InvalidDirectorCall of c_obj
  16. %}