package lutin

  1. Overview
  2. Docs

Module ReactiveSource

Sourcetype prg =
  1. | DoStep of Value.t list -> Value.t list * prg
Sourceval step : prg -> Value.t list -> Value.t list * prg
Sourcetype 't prg_ldbg =
  1. | DoStep_ldbg of ctx -> 't -> Value.t list -> (ctx -> 't -> 't prg_ldbg -> Value.t list -> e) -> (ctx -> 't -> e) -> (ctx -> 't -> string -> e) -> e
Sourceval step_ldbg : ctx -> 't -> 't prg_ldbg -> Value.t list -> (ctx -> 't -> 't prg_ldbg -> Value.t list -> e) -> (ctx -> 't -> e) -> (ctx -> 't -> string -> e) -> e
OCaml

Innovation. Community. Security.