ac1fe7d
1 2 3 4 5
(* Your task is to implement this. *) signature ADDER = sig val add : (int * int) -> int end