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
/
functorf.ml
blob
3d47b89f21fc6b9ec69019f8f76ac066229e3ba9
1
(* Reject types called 'f' to avoid confusion with the overloaded type parameter *)
2
type
f
=
F deriving
(
Functor
)