From 488bce275f104384282a0867aeaad011ae8cf48c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 2 Feb 2020 18:27:00 +0000 Subject: Add local test files on top of dhall-lang tests --- dhall/tests/type-inference/failure/SortInLet.dhall | 1 + 1 file changed, 1 insertion(+) create mode 100644 dhall/tests/type-inference/failure/SortInLet.dhall (limited to 'dhall/tests/type-inference') diff --git a/dhall/tests/type-inference/failure/SortInLet.dhall b/dhall/tests/type-inference/failure/SortInLet.dhall new file mode 100644 index 0000000..b19b882 --- /dev/null +++ b/dhall/tests/type-inference/failure/SortInLet.dhall @@ -0,0 +1 @@ +let x = Sort in 0 -- cgit v1.2.3