summaryrefslogtreecommitdiff
path: root/tests/tupleError.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tupleError.ur')
-rw-r--r--tests/tupleError.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tupleError.ur b/tests/tupleError.ur
new file mode 100644
index 0000000..d9b21ff
--- /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