code wiki / _hdl_build / nx_research_basis_test.nx

nx_research_basis_test.nx

buildroot/runtime/_hdl_build/nx_research_basis_test.nx

2186 B44 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic research
docsdependenciesstructsconstsfunctions

about

nx_research_basis_test.nx -- proves the Researcher's knowledge base: every entry is a real failure->fix pattern with a soundness-restoring alternative AND a citation, looked up correctly; the fallback (no entry) returns none. This is the modern-research grounding the self-repair cycle draws on. exit 0 iff the basis is well-formed (5 cited entries; none for out-of-range).

dependencies 1 imports · 0 importers

nx_research_basis.nx nx_research_basis_test.nx

imports: nx_research_basis.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main rbt_puts rb_unsound_form rb_fix rb_citation rb_has

structs

none

consts

none

functions

9func rbt_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main
11func main() -> i64