Skip to content

Commit 8596bcf

Browse files
Merge branch 'main' into fix/workflow-spdx-headers
2 parents 14b1977 + fda83af commit 8596bcf

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
- "*"

README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)