adam@1721: type r = {A : int, B : int, C : float} adam@1721: type string = int adam@1721: adam@1721: val x : r = {A = 1, B = "hi", C = 2.3}