[Haskell-cafe] do nmergeIO or mergeIO preserve order?

Anatoly Yakovenko aeyakovenko at gmail.com
Tue Mar 10 17:41:11 EDT 2009


Hmm, yea, actually that makes sense.  What i am looking for is
something that maps over a list and returns the list in order which
the values are evaluated.  looks like i can implement that pretty
easily with unamb.

On Tue, Mar 10, 2009 at 2:33 PM, Luke Palmer <lrpalmer at gmail.com> wrote:
> Although it is not formally specified, my intuition for the specification is
> that order is preserved within each of the lists.
>
> Luke
>
> On Tue, Mar 10, 2009 at 2:50 PM, Anatoly Yakovenko <aeyakovenko at gmail.com>
> wrote:
>>
>> do nmergeIO or mergeIO preserve order? or not preserve order?
>> _______________________________________________
>> Haskell-Cafe mailing list
>> Haskell-Cafe at haskell.org
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


More information about the Haskell-Cafe mailing list