summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/success/regression/LambdaInLetScoping1A.dhall
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-inference/success/regression/LambdaInLetScoping1A.dhall')
-rw-r--r--dhall/tests/type-inference/success/regression/LambdaInLetScoping1A.dhall1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall/tests/type-inference/success/regression/LambdaInLetScoping1A.dhall b/dhall/tests/type-inference/success/regression/LambdaInLetScoping1A.dhall
deleted file mode 100644
index 72f866f..0000000
--- a/dhall/tests/type-inference/success/regression/LambdaInLetScoping1A.dhall
+++ /dev/null
@@ -1 +0,0 @@
-let T = 0 in λ(T : Type) → λ(x : T) → 1