package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Optionally embed the callstack in the signal type when it is created.

When an exception occurs, the callstack is printed as part of the sexp of the signal. This is especially useful for dangling wires as it shows the construction site of the wire rather than the place that the dangling wire was detected.

By default it is Disabled. Tracing the stack within every signal can become very expensive as circuits grow. The environment variable HARDCAML_DEBUG can be set to enable tracing.

module Mode : sig ... end
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val set_mode : Mode.t -> Base.unit
OCaml

Innovation. Community. Security.