package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Definitions common to output engines

val opt_show_safe_checks : bool Stdlib.ref

Command-line option to show safe checks

module type OUTPUT = sig ... end
type format =
  1. | F_text
  2. | F_json
val opt_format : format Stdlib.ref
val opt_file : string option Stdlib.ref
val opt_display_lastflow : bool Stdlib.ref
val opt_silent : bool Stdlib.ref
OCaml

Innovation. Community. Security.