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
Initial packaging
[pkg-ocaml-deriving-ocsigen.git]
/
tests
/
rejected
/
eqparams.ml
blob
50bdfe4951d3e1a1fa60d4659ab92a34b68db757
1
(* All types in a group must have the same parameters *)
2
3
type
'a t1
=
int
4
and
(
'a
,
'b
)
t2
=
int
5
and
t3
=
int
6
deriving
(
Eq
)