Hi,

On Wed, Oct 12, 2011 at 7:59 PM, Alia <alia_khouri@yahoo.com> wrote:
I would appreciate if anyone could shed some light on this whimsical problem.

In case you are wondering why this is relevant to the beginner's forum. Well...

firstly, I am a beginner, and, er... the code is short enough to serve pedagogical purposes  (-;


I'm a beginner, too, so my suggestions are not at all authoritative...
 
--t5 = id3 [a1,a2,a3,a4] [d1,d2,d3,d4]

Can you not use any of the techniques described here: http://haskell.org/haskellwiki/Heterogenous_collections?
For example, using a tuple or dynamic types.

my 2 cents,
L.