Commit dda0ce1
committed
docs(design): correct the cfg semantics at the point they are stated
Section 14.1 recorded that the original three-line semantics were overturned
during implementation, while section 3.4 still stated them. A correction that
lives only in a later section is the shape where one layer covers another and
a reader takes the first one they reach.
The implemented rule is one line: membership, everywhere. The combinators do
not change the meaning of their operand, which is what makes a conjunction of
two backends mean "both are enabled" rather than being unsatisfiable.1 parent 2f2fdc3 commit dda0ce1
1 file changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | | - | |
| 223 | + | |
226 | 224 | | |
227 | | - | |
228 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
229 | 236 | | |
230 | 237 | | |
231 | 238 | | |
| |||
0 commit comments