3 lines
40 B
Standard ML
3 lines
40 B
Standard ML
let add x y = x + y
|
|
let sub x y = x - y
|
let add x y = x + y
|
|
let sub x y = x - y
|