Is there already an implementation of a function that, given a term, returns subterms matching a given pattern?
I need to do custom "abbreviation expansion" and know about Pattern.rewrite_term
, but I need to additionally process patterns appearing in my abbreviation.
Last updated: Feb 01 2025 at 20:19 UTC