repo.or.cz
/
pkg-ocaml-deriving-ocsigen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Imported Upstream version 0.2
[pkg-ocaml-deriving-ocsigen.git]
/
tests
/
rejected
/
alias.ml
blob
342a8888a7f5116c83644cd5ba2d0a619510c760
1
(* Alias variable names must be distinct from parameter names *)
2
type
'a x
= [
`Foo
]
as
'a
3
deriving
(
Eq
)