summaryrefslogtreecommitdiff
path: root/tests/tcsimp.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-05-02 08:23:30 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2012-05-02 08:23:30 -0400
commit59ea8e278e94c7ea7989a6ece4bbb1a99110e93f (patch)
tree26303dd728d5c14aa23107593fda4ddf5e616110 /tests/tcsimp.ur
parent31f7a291af3dea4e5a9d20def3e5443401d07a50 (diff)
In simplifying constructors for error messages, unfold constructor synonyms from modules
Diffstat (limited to 'tests/tcsimp.ur')
-rw-r--r--tests/tcsimp.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcsimp.ur b/tests/tcsimp.ur
new file mode 100644
index 00000000..5e471e6e
--- /dev/null
+++ b/tests/tcsimp.ur
@@ -0,0 +1,3 @@
+val x : $(mapU string [A, B]) = {A = "hi", B = "bye"}
+
+val y = show x