On Wednesday, May 17, 2017 at 11:40:35 AM UTC+1, Rupert Smith wrote:
>
> http://package.elm-lang.org/packages/TSFoster/elm-heap/latest
>

Bugger. This heap implementation does not allow and arbitrary comparison 
function. It has this:

 by : (a -> comparable) -> Options b -> Options a

But that requires a mapping from the type being compares onto comparable.

If there is an implementation that lets me use a comparison function of 
type 'a -> a -> Order', that would be better.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to