package owi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Out_of_bounds_table_access
  2. | Out_of_bounds_memory_access
  3. | Undefined_element
  4. | Uninitialized_element of int
  5. | Integer_overflow
  6. | Integer_divide_by_zero
  7. | Element_type_error
  8. | Unreachable
  9. | Indirect_call_type_mismatch
  10. | Extern_call_arg_type_mismatch
  11. | Extern_call_null_arg
  12. | Memory_leak_use_after_free
  13. | Memory_heap_buffer_overflow
val to_string : t -> string
OCaml

Innovation. Community. Security.