Imported Upstream version 0.2
[pkg-ocaml-deriving-ocsigen.git] / tests / rejected / alias.ml
blob342a8888a7f5116c83644cd5ba2d0a619510c760
1 (* Alias variable names must be distinct from parameter names *)
2 type 'a x = [`Foo] as 'a
3 deriving (Eq)