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