summaryrefslogtreecommitdiff
path: root/tests/disjoint.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disjoint.lac')
-rw-r--r--tests/disjoint.lac2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/disjoint.lac b/tests/disjoint.lac
index 4fd70d63..fcc86fa5 100644
--- a/tests/disjoint.lac
+++ b/tests/disjoint.lac
@@ -7,3 +7,5 @@ con c5 = fn r1 :: {Type} => fn r2 => r1 ~ r2 => r1 ++ r2
con c6 = fn r1 :: {Type} => fn r2 => r2 ~ r1 => r1 ++ r2
con c7 = fn x :: Name => fn r => [x] ~ r => [x] ++ r
+
+val v1 = fn x :: Name => fn [x] ~ [A] => fn y : {x : int, A : string} => y.x