File: test.ml

package info (click to toggle)
variantslib 109.15.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 388 kB
  • ctags: 629
  • sloc: ml: 6,150; makefile: 74
file content (3 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
type t =  Foo of int | Bar with variants
(*let print_all_variants =
  List.map print_endline (List.map fst Variants.descriptions)*)