package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. step : int;
  2. location : Location.t;
  3. stack : Stack.t;
  4. kind : string;
  5. tfl_module : string;
  6. state : Additional_properties.t;
  7. nestingLevel : int;
  8. executionOrder : int;
  9. timestamp : string;
  10. importance : Stl_importance.t;
  11. properties : Properties.t;
}
val to_yojson : t -> Yojson.Safe.t