opam icon indicating copy to clipboard operation
opam copied to clipboard

Clarify documentation for `enable` pseudo-variable

Open gridbugs opened this issue 2 years ago • 1 comments

The documentation for variables says that for boolean variables the form name1+name2+name3:var is equivalent to name1:var & name2:var & name3:var but it's possible to write name1+name2:enable despite enable being the string "enable" or "disable". This change clarifies that enable isn't really a variable but syntactic sugar instead.

gridbugs avatar Sep 11 '23 07:09 gridbugs

test in #5642 updated

rjbou avatar Sep 11 '23 14:09 rjbou