package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Secure
  2. | Insecure of Report.t
  3. | Unknown
val to_string : t -> string
val pp : Format.formatter -> t -> unit