Proposal: priority queues in containers
Jed Brown
jed at 59A2.org
Thu Mar 18 06:26:52 EDT 2010
On Wed, 17 Mar 2010 13:52:36 +0200, Yitzchak Gale <gale at sefer.org> wrote:
> As does Python. In Python, though, the PQ implementation is not
> a built-in class in the default namespace (as are dict and set).
> Rather, it is one of the "batteries included" libraries that come with
> Python. I think that's the right place for it in Haskell, too.
FWIW, Haskell's containers are far less central than Python's dict, upon
which the type system itself is built.
Jed
More information about the Libraries
mailing list