j
k
j a
j l
T = (1, ”A string”, 3.4) i.e. an int, string and double.
would this suit: data Object = Int' Int | Double' Double | String' String type T = [Object] ?
Back to the thread
Back to the list