package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. ruleId : string;
  2. kind : string;
  3. level : string;
  4. message : Message.t;
  5. locations : Location.t list;
  6. relatedLocations : Location.t list;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t