nx_selection_test.nx
buildroot/runtime/nx_selection_test.nx
about
nx_selection_test.nx -- selection function smoke.
dependencies 8 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_term_order.nxnx_selection.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
| 12 | const SYM_A: nx_int = 100 |
| 13 | const SYM_B: nx_int = 101 |
| 14 | const SYM_P: nx_int = 200 |
| 15 | const SYM_Q: nx_int = 201 |
| 16 | const SYM_F: nx_int = 250 |
functions
| 18 | func mk_p(p_sym: nx_int, c_sym: nx_int) -> *Term |
| 24 | func mk_unary_app(p_sym: nx_int, child: *Term) -> *Term |
| 31 | func main() -> nx_exit |