bork
[clean-tests.git] / expr / exist / whileMult.icl
1 implementation module whileMult
2
3 import StdEnv
4 import while
5
6 instance evali WMult where evali (WMult a b) = \g->evali a g * evali b g