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