module Dynlink_types:sig
..end
Types shared amongst the various parts of the dynlink code.
type
implem_state =
| |
Loaded |
| |
Not_initialized |
| |
Check_inited of |
typefilename =
string
type
linking_error =
| |
Undefined_global of |
| |
of |
| |
Uninitialized_global of |
type
error =
| |
Not_a_bytecode_file of |
| |
Inconsistent_import of |
| |
of |
| |
Unsafe_file |
| |
Linking_error of |
| |
Corrupted_interface of |
| |
Cannot_open_dynamic_library of |
| |
Library's_module_initializers_failed of |
| |
Inconsistent_implementation of |
| |
Module_already_loaded of |
| |
Private_library_cannot_implement_interface of |
exception Error of error
val error_message : error -> string