3 lines
61 B
Text
3 lines
61 B
Text
|
|
let int_multiply x y = x * y
|
||
|
|
let float_multiply x y = x *. y
|