Turns out we had duplicate functions, the code ones, for dealing with this.
Turns out we had duplicate functions, the code ones, for dealing with this.
let (^-) a b = a - b
let (/-) a b = a - b
let x = 3 ^- 2 ^- 1
let y = 3 /- 2 /- 1
let (^-) a b = a - b
let (/-) a b = a - b
let x = 3 ^- 2 ^- 1
let y = 3 /- 2 /- 1