module Sum = struct type a=int and b=int and c=int let op = fun x y -> x+y ;; let init = 0 ;; end