package catapult

  1. Overview
  2. Docs

Nil implementation.

This does not setup any backend. It can be useful for conditionally setting up an implementation, like using a "select" rule in dune.

val setup : unit -> unit

Install the catapult logger as a profiling backend.

val teardown : unit -> unit
val with_setup : (unit -> 'a) -> 'a