
18 Mar
2010
18 Mar
'10
6:26 a.m.
On Wed, 17 Mar 2010 13:52:36 +0200, Yitzchak Gale
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