aboutsummaryrefslogblamecommitdiff
path: root/examples/sml/support/adder.sig
blob: 4203823c3e0c4912db1badad0e0da3a4400fa525 (plain) (tree)
1
2
3
4
5




                                     
(* Your task is to implement this. *)
signature ADDER =
sig
    val add : (int * int) -> int
end