From ab2b3d31f0236cf5dec6c5fccd4de6b97ca37851 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 21 Apr 2012 15:09:02 -0400 Subject: Pretty-print tuple types using tuple syntax --- tests/tupleError.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/tupleError.ur (limited to 'tests/tupleError.ur') diff --git a/tests/tupleError.ur b/tests/tupleError.ur new file mode 100644 index 00000000..d9b21fff --- /dev/null +++ b/tests/tupleError.ur @@ -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 -- cgit v1.2.3