From c890839c52686dd3fa8796a37c5da8e52536562d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 29 Jul 2014 14:38:50 -0400 Subject: Small tweak to ordering of unification rules, to support better record matching --- tests/empty_record.ur | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/empty_record.ur (limited to 'tests/empty_record.ur') diff --git a/tests/empty_record.ur b/tests/empty_record.ur new file mode 100644 index 00000000..45ab6fdb --- /dev/null +++ b/tests/empty_record.ur @@ -0,0 +1,3 @@ +val concatX [ctx ::: {Unit}] [use ::: {Type}] + : list (xml ctx use []) -> xml ctx use [] + = List.foldl join -- cgit v1.2.3