package binsec

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

An options that defaults to true. The provided command-line switch automatically add a no- prefix to your option name.

Parameters

module P : CLI_DECL

Signature

type t = bool
val set : t -> unit
val get : unit -> t
val is_default : unit -> bool