package rdbg

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rdbg.1.184.1.tgz
sha256=80c13ca3619b52c7e879ef90cd290d42775eb1032d526a9e1a770150d10a150d
md5=facf4de4f8b9f1a890e235d58163c66c

doc/rdbg-plugin/Expr/index.html

Module Expr

type t =
  1. | Op of oper * t list
  2. | True
  3. | False
  4. | Ival of Num.num
  5. | Fval of float
  6. | Var of string
and oper =
  1. | And
  2. | Or
  3. | Xor
  4. | Impl
  5. | Not
  6. | Eq
  7. | Ite
  8. | Sup
  9. | SupEq
  10. | Inf
  11. | InfEq
  12. | Sum
  13. | Diff
  14. | Prod
  15. | Quot
  16. | Mod
  17. | Div
  18. | Uminus
  19. | Call of string
val to_string : t -> string
val dump : t -> unit
val simplify : t -> t
OCaml

Innovation. Community. Security.