package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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