From 4b449641bbffae42ee02bb6d4dc6b821f2dd9f18 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 21 Apr 2012 15:19:00 -0400 Subject: Omit 'Basis.' in pretty-printing constructors, where this is unambiguous --- tests/ambig.ur | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ambig.ur (limited to 'tests/ambig.ur') diff --git a/tests/ambig.ur b/tests/ambig.ur new file mode 100644 index 00000000..f91557c4 --- /dev/null +++ b/tests/ambig.ur @@ -0,0 +1,4 @@ +type r = {A : int, B : int, C : float} +type string = int + +val x : r = {A = 1, B = "hi", C = 2.3} -- cgit v1.2.3