package stdune

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

Module User_message.Diff_annotSource

Annotation for diff-based file promotion. Used to track which files need to be promoted from build directory to source tree.

Sourcetype t = {
  1. in_source : Stdune__.Path_intf.Source.w Stdune__.Path0.Local_gen.t;
  2. in_build : Stdune__.Path_intf.Build.w Stdune__.Path0.Local_gen.t;
}
Sourceval to_dyn : t -> Dyn.t