nx_tautology_test.nx
buildroot/runtime/nx_tautology_test.nx
about
nx_tautology_test.nx -- syntactic-tautology smoke.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_tautology.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_B: nx_int = 101 |
| 13 | const SYM_P: nx_int = 200 |
| 14 | const SYM_Q: nx_int = 201 |
| 15 | const SYM_EQ: nx_int = 50 // reserved for "=" |
functions
| 18 | func mk_p_const(p_sym: nx_int, c_sym: nx_int) -> *Term |
| 25 | func mk_eq(t1: *Term, t2: *Term) -> *Term |
| 34 | func report(name: *u8, expected: nx_int, actual: nx_int) -> nx_int |
| 42 | func main() -> nx_exit |