Tag record

Records

Example: val x = {k1=3, k2=false} Ordering of keys does notĀ matter. You can nestĀ records. The type is: {k1:int, k2:bool}. You use #k1 to...