Module Syntax.KeySource

Sourcetype nonrec t =
  1. | Active of Version.t
  2. | Disabled of {
    1. lang : t;
    2. dune_lang_ver : Version.t;
    }