nx_answer_test.nx
buildroot/runtime/nx_answer_test.nx
about
nx_answer_test.nx -- AnswerLiteral smoke.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_answer.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
| 11 | const SYM_A: nx_int = 100 |
| 12 | const SYM_P: nx_int = 200 |
| 13 | const SYM_ANS: nx_int = 700001 // in NX_ANS_BASE range |
| 14 | const VAR_X: nx_int = 0 |
functions
| 16 | func mk_p_var(p_sym: nx_int, var_id: nx_int) -> *Term |
| 22 | func mk_p_const(p_sym: nx_int, c_sym: nx_int) -> *Term |
| 28 | func main() -> nx_exit |