Sorry for the double send, Henning. I forgot the list.<div><br></div><div><a href="http://hackage.haskell.org/packages/archive/total-map/0.0.4/doc/html/Data-TotalMap.html" target="_blank" style="font-family:monospace">http://hackage.haskell.org/packages/archive/total-map/0.0.4/doc/html/Data-TotalMap.html</a><br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 14, 2012 at 2:46 PM, Henning Thielemann <span dir="ltr">&lt;<a href="mailto:lemming@henning-thielemann.de" target="_blank">lemming@henning-thielemann.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
An ZipList-like Applicative instance for Data.Map would be nice. I have an application where I like to write<br>
   liftA3 f amap bmap cmap<br>
 meaning<br>
   Map.intersectionWith ($) (Map.intersectionWith f amap bmap) cmap<br>
<br>
But I cannot complete the instance implementation because there is no sensible definition for &#39;pure&#39; for Data.Map. :-(<br>
<br>
______________________________<u></u>_________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/libraries" target="_blank">http://www.haskell.org/<u></u>mailman/listinfo/libraries</a><br>
</blockquote></div><br></div>