Module Framework.Output

module Common : sig ... end

Definitions common to output engines

module Factory : sig ... end

Render the output of an analysis depending on the selected engine.

module Json : sig ... end

Format the results of the analysis in JSON.

module Text : sig ... end

Display the results of the analysis in a textual form.