how to change argument of function in f#

Code Example - how to change argument of function in f#

                
                        let loop n' =
    let mutable x = 0
    let mutable n = n'

    ...