aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rewriters.foment.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support FomentGravatar Peter McGoron 2025-08-051-0/+45
Foment had some peculiarities: 1. Parameterize objects are initialized with the objects themselves at some point, which broke the previous code. 2. Foment cannot discard multiple value returns in some scenarios.