nx_unify_test.nx
buildroot/runtime/nx_unify_test.nx
about
nx_unify_test.nx -- Robinson unification smoke.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 10 | const SYM_A: nx_int = 100 |
| 11 | const SYM_B: nx_int = 101 |
| 12 | const SYM_F: nx_int = 200 |
| 13 | const SYM_G: nx_int = 201 |
| 16 | const VAR_X: nx_int = 1 |
| 17 | const VAR_Y: nx_int = 2 |
| 18 | const VAR_Z: nx_int = 3 |
functions
| 20 | func main() -> nx_exit |