import deriving 0.1.1a
[deriving.git] / tests / rejected / eqparams.ml
blob50bdfe4951d3e1a1fa60d4659ab92a34b68db757
1 (* All types in a group must have the same parameters *)
3 type 'a t1 = int
4 and ('a,'b) t2 = int
5 and t3 = int
6 deriving (Eq)