nx_demodulation_test.nx
buildroot/runtime/nx_demodulation_test.nx
about
nx_demodulation_test.nx -- demodulation smoke.
dependencies 8 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_term_order.nxnx_demodulation.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_F: nx_int = 200 |
| 15 | const SYM_G: nx_int = 201 |
| 16 | const SYM_H: nx_int = 250 |
| 18 | const VAR_X: nx_int = 0 |
| 19 | const VAR_Y: nx_int = 1 |
| 20 | const NX_MAX_VAR: nx_int = 4 |
functions
| 22 | func mk_unary(sym: nx_int, child: *Term) -> *Term |
| 29 | func mk_binary(sym: nx_int, c0: *Term, c1: *Term) -> *Term |
| 40 | func mk_kbo() -> *KboState |
| 50 | func report(name: *u8, expected_sym: nx_int, actual: *Term) -> nx_int |
| 57 | func main() -> nx_exit |