package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. text : string;
  2. binary : string;
  3. rendered : MultiformatMessageString.t;
  4. properties : Properties.t;
}
val create : ?text:string -> ?binary:string -> ?rendered:MultiformatMessageString.t -> ?properties:Properties.t -> unit -> t
val default : t
OCaml

Innovation. Community. Security.