package kappa-library

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Trace.Simulation_infoSource

Sourcetype 'a t = {
  1. story_id : int;
  2. story_time : float;
  3. story_event : int;
  4. profiling_info : 'a;
}

type of data to be given with observables for story compression (such as date when the obs is triggered

Sourceval compare_by_story_id : 'a t -> 'a t -> int
Sourceval update_profiling_info : 'a -> 'b t -> 'a t
Sourceval event : 'a t -> int
Sourceval story_id : 'a t -> int
Sourceval json_dictionnary : string
Sourceval to_json : ('a -> Yojson.Basic.t) -> 'a t -> Yojson.Basic.t
Sourceval of_json : (Yojson.Basic.t -> 'a) -> Yojson.Basic.t -> 'a t
OCaml

Innovation. Community. Security.