Frama-C:
Plug-ins:
Libraries:

Frama-C API - Rectangle

type t = {
  1. top : float;
  2. left : float;
  3. bottom : float;
  4. right : float;
  5. message : Message.t;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or