RosettaCodeData/Task/Variables/F-Sharp/variables-2.fs

3 lines
75 B
Forth

let intEqual (x : int) (y : int) = x = y
let genericEqual x y : 'a = x = y