<p>Hi all,</p>
<p>Is there a non-recursive traversal defined in Data.Generics' modules? I mean, the everywhere traversal first applies a function "f" to the subterms, and then applies "f" to the result. I am wondering if do exists a traversal that applies f only to the subterms.</p>
<p>Thanks in advance,</p>
<p>Rodrigo.</p>
<p> </p>