<div>In the following gist the 'seq' procedure is a combinator of 2 Iteratee's to a single Iteratee.</div><div>The 'drop1keep1Int' procedure explicitly instantiates the type vars as Integer and works fine. (Drops the first element, returns head element, given a (Listof Integer))</div>
<div>However inferencing for the poly version 'drop1keep1Poly' fails when I think it should be ok. </div><div><br></div><a href="https://gist.github.com/3156946">https://gist.github.com/3156946</a><div><br></div><div>
If you agree, I'll open a bug report. Thanks for looking at it. </div><div><br></div><div>Ray</div>