diff options
author | Adam Chlipala <adam@chlipala.net> | 2012-04-21 13:57:10 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2012-04-21 13:57:10 -0400 |
commit | 48bcb8af10e648f4b31ddf4b46e7700eb53d229c (patch) | |
tree | 44cf7b1e34f56820aebd71db45bd5dd28c351aeb /tests/unbound.ur | |
parent | a403a8d5343719e7bfc663cfb45ca09ade0ad77d (diff) |
Avoid kindof failures in elaboration
Diffstat (limited to 'tests/unbound.ur')
-rw-r--r-- | tests/unbound.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unbound.ur b/tests/unbound.ur new file mode 100644 index 00000000..3f508e5f --- /dev/null +++ b/tests/unbound.ur @@ -0,0 +1,3 @@ +structure M = struct end + +fun f (x : $M.r) : $([A = int] ++ M.r) = x |