Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 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