[Haskell-beginners] associative arrays

Christopher Howard christopher.howard at frigidcode.com
Sat Aug 25 07:05:35 CEST 2012


What is typically used in Haskell circles to provide associative array
functionality? (I.e., key-value type arrays.) I'm not really looking for
efficiency so much as interface convenience. Obviously I could code it
myself based on lists or something, but I don't want to reinvent the wheel.

-- 
frigidcode.com
indicium.us

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 554 bytes
Desc: OpenPGP digital signature
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120824/9843e5d2/attachment.pgp>


More information about the Beginners mailing list