From 59ea8e278e94c7ea7989a6ece4bbb1a99110e93f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 2 May 2012 08:23:30 -0400 Subject: In simplifying constructors for error messages, unfold constructor synonyms from modules --- tests/tcsimp.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/tcsimp.ur (limited to 'tests') 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 -- cgit v1.2.3