Private
Public Access
3 principled maps reshaped per v2 corrections. Map 1 (Curry-Howard): proof/construction distinction preserved; construction is a sub-type tag, not a replacement (per user 2026-06-23). Map 2 (Types=Kinds, v2): Removed the 'Sets' leg (set is a data structure, not an enumerable type). Documented that 'kind' (lowercase) is reserved for enumeration types: components, DAG nodes, fat structs. Type/Genus/Kind are analogous (per user 2026-06-23). Map 3 (Procedures=Words, v2): Removed the 'Functions' leg. function (declarative/math) and procedure (imperative/CS) are distinct concepts (per user 2026-06-23). Maps 4, 5, 6 unchanged.