with the following example:
type Person = {First:string; Last:string} let alice = {First="Alice"; Last="Doe"} let {First=first} = alice