[Haskell-beginners] tuple space

Mike Houghton mike_k_houghton at yahoo.co.uk
Fri Feb 5 21:37:07 UTC 2016


Hi,

I’m thinking about how to write  a Tuple Space (TS)  in Haskell.

A tuple can  have many fields of different types, in pseudo code something like

T = (1, ”A string”,  3.4)    i.e. an int, string and double.

How can this (and the many variations) be done in Haskell?

(In Java it would be a list of Object)



Thanks 

Mike




More information about the Beginners mailing list