oasis-server/lib/math.ml

3 lines
40 B
OCaml
Raw Permalink Normal View History

2023-08-13 22:44:10 -06:00
let add x y = x + y
let sub x y = x - y