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: Dec 21 2024 at 16:20 UTC