sig
  module Options :
    sig
      module Enabled : Parameter_sig.Bool
      module Strict : Parameter_sig.Bool
    end
end