File: functorf.ml

package info (click to toggle)
ocaml-deriving-ocsigen 0.3c-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 600 kB
  • sloc: ml: 5,788; makefile: 298
file content (2 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (4)
1
2
(* Reject types called 'f' to avoid confusion with the overloaded type parameter *)
type f = F deriving (Functor)