Fixed the bugs introduced by the last commit! Output is now *identical* to that
produced by the old version, based on a-lists.
Arith = FOL +
classes arith < term
consts "0" :: "'a::arith" ("0")
"1" :: "'a::arith" ("1")
"+" :: "['a::arith,'a] => 'a" (infixl 60)
end