package rdbg

  1. Overview
  2. Docs
RDBG: a reactive programs debugger.

Install

Dune Dependency

Authors

Maintainers

Sources

rdbg.1.175.tgz
sha256=09c202b85ca70e00ccf85afb31a165fcb212fc804becc33f1942de6839bfe608
md5=0df4a0287c76d0bc69bda9de4b0f1610

doc/rdbg-plugin/RdbgPlugin/index.html

Module RdbgPlugin

type sl = (string * Data.v) list
type e = Event.t
type t = {
  1. id : string;
  2. inputs : (Data.ident * Data.t) list;
  3. outputs : (Data.ident * Data.t) list;
  4. kill : string -> unit;
  5. init_inputs : sl;
  6. init_outputs : sl;
  7. step : sl -> sl;
  8. step_dbg : sl -> e -> (sl -> e -> e) -> e;
}
val dummy : t
OCaml

Innovation. Community. Security.