Re: [Haskell-cafe] Polymorphic algebraic type constructors

22 Jun
2004
22 Jun
'04
7:03 a.m.
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.
7637
Age (days ago)
7637
Last active (days ago)
0 comments
1 participants
participants (1)
-
MR K P SCHUPKE