Initializing a record with mutable fields isn't different from a regular record initialization.
let john = { name = "John"; weight = 115 };;