RosettaCodeData/Task/Four-bit-adder/OCaml/four-bit-adder-4.ocaml

5 lines
95 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
# gen_plus 7 100 100;;
- : int * int = (72, 1)
# gen_plus 8 100 100;;
- : int * int = (200, 0)