>If I have a polymorphic algebraic type (T a) with several type

data MyType a = A a | B String | C Int

So how do you expect to get the contents of B and C outm 
when they are differenf Types - surely you mean:

data MyType a = A a | B MyStrings


Keean.
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to