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, 1 insertions, 0 deletions
diff --git a/dhall/tests/type-inference/success/regression/LambdaInLetScoping2A.dhall b/dhall/tests/type-inference/success/regression/LambdaInLetScoping2A.dhall
new file mode 100644
index 0000000..30fd03c
--- /dev/null
+++ b/dhall/tests/type-inference/success/regression/LambdaInLetScoping2A.dhall
@@ -0,0 +1 @@
+(λ(T : Type) → let x = 0 in λ(x : T) → x) : ∀(T : Type) → ∀(x : T) → T