how to change argument of function in f# code example
Example: how to change argument of function in f#
let loop n' =
let mutable x = 0
let mutable n = n'
...
let loop n' =
let mutable x = 0
let mutable n = n'
...