Rewrites `t`, applying the substitutions in `subs`. The substitution map is taken mutably; this function will add rewrites to it. This allows the same map to be re-used across multiple rewrites, with caching. TODO: Return a reference into the subs.
(t: &Term, subs: &mut TermMap<Term>)
source not stored for this graph (policy: none)
no test coverage detected