--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/tupleError.ur Sat Apr 21 15:09:02 2012 -0400 @@ -0,0 +1,3 @@ +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