package bechamel

  1. Overview
  2. Docs

Module Bechamel.StagedSource

Staged value.

Staged value is used by the module Test to protect the underlying value about optimization (specially cross-module optimization).

Sourcetype 'a t
Sourceval stage : 'a -> 'a t
Sourceval unstage : 'a t -> 'a
OCaml

Innovation. Community. Security.