package ppxx

  1. Overview
  2. Docs
val handle_error : (unit -> 'a) -> 'a

handle_error f executes f () and if it raises exception it reports it and exit with status 2.

module Make (A : sig ... end) : sig ... end

The functor to provide two PPX interfaces: