adamc@19: type t1 = {A : int, B : float} adamc@19: type t2 = {B : float, A : int} adamc@19: val e1 : t1 -> t2 = fn x => x