package rfsm

  1. Overview
  2. Docs
type event = Types.date * Expr.value
type stimuli = Types.date * (Ident.t * Expr.value) list
val mk_spor_event : Types.date list -> (Types.date * Expr.value) list
val mk_per_event : Types.date -> Types.date -> Types.date -> (Types.date * Expr.value) list
val mk_val_changes : (Types.date * Expr.value) list -> (Types.date * Expr.value) list
val mk_stimuli : string -> (Types.date * Expr.value) -> Types.date * (Ident.t * Expr.value) list
val merge_stimuli : stimuli list list -> stimuli list
val events_of : Global.stim_desc -> event list
val string_of_event : event -> string
val string_of_events : event list -> string
val string_of_stimuli : stimuli -> string
OCaml

Innovation. Community. Security.