package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type debug_target = [
  1. | `Any
  2. | `Process of int
  3. | `Thread of int
]
val enable : bool ref
val set_debug_mode : bool -> unit
val set_debug_target : debug_target -> unit
val test_debug_target : debug_target -> bool