package bolt

  1. Overview
  2. Docs
type t =
  1. | HUP
  2. | USR1
  3. | USR2
type error =
  1. | Invalid_signal_string of string
  2. | Invalid_signal_int of int
  3. | Invalid_signal_sys of int
exception Exception of error
val of_string : string -> t
val to_sys : t -> int
val of_sys : int -> t
val to_int : t -> int
val of_int : int -> t
val max_int : int