fun f (x : int * float) : string = x fun g (x : int * float * bool) : string = x fun h (x : {A : int, B : float, C : bool}) : string = x