From 0169e9347ec7ffcf86066e1e5753ce5f77e71bc7 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 10 Mar 2020 16:34:59 +0000 Subject: Add support for `with` keyword --- dhall/tests/type-inference/failure/unit/WithUnderscore.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dhall/tests/type-inference/failure/unit/WithUnderscore.txt (limited to 'dhall/tests/type-inference/failure/unit/WithUnderscore.txt') diff --git a/dhall/tests/type-inference/failure/unit/WithUnderscore.txt b/dhall/tests/type-inference/failure/unit/WithUnderscore.txt new file mode 100644 index 0000000..77b0777 --- /dev/null +++ b/dhall/tests/type-inference/failure/unit/WithUnderscore.txt @@ -0,0 +1,7 @@ +Type error: error: unbound variable ``_`` + --> :1:23 + | +... +5 | { a.b = 1 } with a.c = _ + | ^ not found in this scope + | -- cgit v1.2.3