From 8a192b734e468efb758bd7ae8d843cc02f024454 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 15 Nov 2023 14:25:31 +0100 Subject: More testing --- src/term.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/term.c') diff --git a/src/term.c b/src/term.c index 8329b85..bc347f2 100644 --- a/src/term.c +++ b/src/term.c @@ -111,6 +111,7 @@ struct term *term_rehash_abs(struct term *head, struct term *term, } // TODO: main problem is reparenting substitution tickle-up +// TODO: investigate reparenting using gen.blc? ?!!?! struct term *term_rehash_app(struct term *head, struct term *lhs, struct term *rhs, int including_parents) { -- cgit v1.2.3