diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |