Greetings!
Is there any reason behind/what is the reason behind
```
data A a b = A a b
```
and
```
(a, b)
```
not being coercible?
And in general all n-ary constructors not being coercible to one another?
Thanks in advance!
=======
Georgi
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.