nx_disctree_test.nx
buildroot/runtime/nx_disctree_test.nx
about
nx_disctree_test.nx -- discrimination tree smoke.
dependencies 6 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_disctree.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 |
| 14 | const SYM_H: nx_int = 250 |
| 15 | const VAR_X: nx_int = 0 |
functions
| 17 | func mk_unary(sym: nx_int, child: *Term) -> *Term |
| 24 | func mk_binary(sym: nx_int, c0: *Term, c1: *Term) -> *Term |
| 33 | func main() -> nx_exit |