package binsec

  1. Overview
  2. Docs

doc/binsec.cli/Binsec_cli/Cli/Make/Builder/Wrap/index.html

Module Builder.WrapSource

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

Parameters

module P : sig ... end
module _ : sig ... end

Signature

Sourcetype t = P.t
Sourceval set : t -> unit
Sourceval get : unit -> t
Sourceval is_set : unit -> bool
Sourceval is_default : unit -> bool