nx_paramodulation_test.nx
buildroot/runtime/nx_paramodulation_test.nx
about
nx_paramodulation_test.nx -- paramodulation smoke.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_tier.nxnx_result.nxnx_unify.nxnx_resolution.nxnx_paramodulation.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_C: nx_int = 102 |
| 14 | const SYM_F: nx_int = 200 |
| 15 | const SYM_G: nx_int = 201 |
| 16 | const SYM_P: nx_int = 300 |
| 17 | const SYM_EQ: nx_int = 50 |
| 19 | const VAR_X: nx_int = 0 |
functions
| 22 | func mk_eq(t1: *Term, t2: *Term) -> *Term |
| 31 | func mk_p(c: *Term) -> *Term |
| 38 | func mk_f(c: *Term) -> *Term |
| 45 | func mk_g(c: *Term) -> *Term |
| 52 | func main() -> nx_exit |