From 5bdaff68aecc61680b464c2dd0bf9e6f24e3ae3c Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 1 Aug 2014 16:11:36 -0400 Subject: When unifying constructor-level unification variables, also unify their kinds --- tests/wackyunif.ur | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/wackyunif.ur (limited to 'tests/wackyunif.ur') diff --git a/tests/wackyunif.ur b/tests/wackyunif.ur new file mode 100644 index 00000000..2a215e69 --- /dev/null +++ b/tests/wackyunif.ur @@ -0,0 +1,2 @@ +val concatX [ctx] [use] : _ -> _ ctx use _ = + List.foldl join -- cgit v1.2.3