Skip to content

Commit 77d0773

Browse files
committed
Merge remote-tracking branch 'origin/main' into claude/practical-newton-9eFe2
2 parents 49ed346 + 2cf8cc7 commit 77d0773

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Across these systems:
8383
* Invariants are used for indexing and identity
8484
* Provenance and transformation history are explicitly stored
8585
* Query systems operate over equivalence classes
86+
* Minimal typed calculi can provide small, inspectable test cases for identity, provenance, derivation history, and equivalence-aware indexing
8687

8788
== Relationship to Languages
8889

@@ -96,6 +97,8 @@ The broader goal is a unified ecosystem where:
9697
* languages define construction and transformation
9798
* databases define identity and retrieval
9899

100+
TypeFix Zero is a calibration calculus — TF0 exists to make the minimal typed/Turing-complete boundary explicit. It is intentionally smaller than TypeLL and should not inherit TypeLL’s open-ended production obligations. Its one non-total primitive, fix, is the designated source of Turing completeness.
101+
99102
== Status
100103

101104
This repository represents ongoing research work.

verisimdb/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"concurrently": "^9.0.0",
21-
"esbuild": "^0.27.3"
21+
"esbuild": "^0.28.1"
2222
}
2323
}

0 commit comments

Comments
 (0)