Skip to content

Commit 69257cb

Browse files
Jonathan D.A. Jewellhyperpolymath
authored andcommitted
docs(readme): note echo types + decidability in the mechanised-proofs summary
The proofs list predated the echo-types feature (TG-10) and decidability (TG-2); README now reflects the current verified surface and points at proofs/README.md. https://claude.ai/code/session_01PgHpCFzwYB7Qy9L6kmR8CE
1 parent 3f1ac20 commit 69257cb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,18 @@ This includes:
108108
* preservation
109109
* determinism
110110
* type safety
111+
* decidability of type checking (`infer` ≡ `HasType`)
112+
113+
* *echo types* — structured loss as a type-system feature: `close` (braid
114+
closure) is the canonical lossy map, and `echoClose`/`lower`/`residue` make
115+
that loss recoverable at the type level (a simply-typed shadow of
116+
hyperpolymath/echo-types). All four safety theorems cover them.
111117
112118
See:
113119
114-
* `Tangle.lean`
120+
* `proofs/Tangle.lean` (and `proofs/README.md` to build/verify)
115121
* `docs/spec/FORMAL-SEMANTICS.md`
122+
* `PROOF-NARRATIVE.md` / `PROOF-NEEDS.md`
116123
117124
This formal core covers the *structural heart of the language*, though not all surface features.
118125

0 commit comments

Comments
 (0)