File: deriving_num.mli

package info (click to toggle)
ocaml-deriving-ocsigen 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 628 kB
  • ctags: 1,159
  • sloc: ml: 6,334; makefile: 63; sh: 18
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