package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. kind : string;
  2. message : string;
  3. stack : Stack.t;
  4. innerExceptions : t list;
}
val to_yojson : t -> Yojson.Safe.t
val default : t
OCaml

Innovation. Community. Security.