PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/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) %{
  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. %}