package binsec

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

Functor to map a string choice --- i.e., just one out of a set of possible value --- into a variant type.

Parameters

module P : sig ... end

Signature

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