<match target="font">
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
</match>
Transform text from the command-line using Haskell expressions. Similar to awk, but using Haskell as the text-processing language: github.como_O
A listing of how Gang of Four design patterns might be equivalently implemented in Haskell: blog.ezyang.com