$module Fact; $use Arithm StdIO; $func Fact s.n = s.n; Fact { 0 = 1; s.n = >>; }; $func Main = e; Main = >;