module fak

   graph class: DirectedGraph

   exports
      transformation unit fak

   realized by

      transformation unit fak
         initial:
         body:
            apply as long as possible fak_expand;
            apply as long as possible fak_multiply
         terminal:
      end
end.