File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,3 +9,10 @@ updates:
99 labels :
1010 - " dependencies"
1111 - " github-actions"
12+ # Batch this ecosystem into a single PR. Ungrouped, Dependabot
13+ # opens one PR per dependency, and each PR re-fires every
14+ # workflow in the repo.
15+ groups :
16+ github-actions :
17+ patterns :
18+ - " *"
Original file line number Diff line number Diff line change @@ -112,7 +112,14 @@ AffineScript is one setting of a more general machine.
112112 the thing this design is built to avoid.)
113113* *Faces to core.* Many surfaces, one core AST, one proof.
114114
115- // TODO: link the SystemET / Anytype design notes once they have stable locations.
115+ The design notes now have stable homes:
116+ link:https://github.com/hyperpolymath/systemet[systemet] (the theory: layer
117+ meanings, gates, proof obligations) and
118+ link:https://github.com/hyperpolymath/anytype[anytype] (the kernel: a
119+ parameterised graded checker). AffineScript's `{0,1,ω}` quantity semiring
120+ (`lib/quantity.ml`) is one instantiation of anytype's L2 grade-algebra
121+ interface — the same checking rules under a different algebra give a
122+ different discipline.
116123
117124== Where this fits
118125
You can’t perform that action at this time.
0 commit comments