package binsec

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

A very generic functor that lets you handle cases that are not provided otherwise. Use it only as last resort.

Parameters

Signature

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