File: deriving_num.mli

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 (7 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7

module Show_num       : Deriving_Show.Show with type a = Num.num
module Eq_num         : Deriving_Eq.Eq with type a = Num.num
module Typeable_num   : Deriving_Typeable.Typeable with type a = Num.num
module Dump_num       : Deriving_Dump.Dump with type a = Num.num
module Pickle_num     : Deriving_Pickle.Pickle with type a = Num.num