summaryrefslogtreecommitdiff
path: root/dhall/src/phase/normalize.rs
diff options
context:
space:
mode:
authorNadrieril2019-05-09 10:06:17 +0200
committerNadrieril2019-05-09 10:06:17 +0200
commit6c06aefc5a6184f9411316990d9223447b022aa0 (patch)
tree66b3fd5d013b36f5d27aca700becc63a3d985c9f /dhall/src/phase/normalize.rs
parent82b08fa01b0980e7998760fe3cbba50c855ce454 (diff)
Correctly shift free variables in normalization
Diffstat (limited to '')
-rw-r--r--dhall/src/phase/normalize.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/phase/normalize.rs b/dhall/src/phase/normalize.rs
index 5672bc4..589ec00 100644
--- a/dhall/src/phase/normalize.rs
+++ b/dhall/src/phase/normalize.rs
@@ -1048,7 +1048,7 @@ mod spec_tests {
alpha_norm!(unit_FunctionBindingX, "unit/FunctionBindingX");
alpha_norm!(unit_FunctionNestedBindingX, "unit/FunctionNestedBindingX");
alpha_norm!(unit_FunctionNestedBindingXX, "unit/FunctionNestedBindingXX");
- // alpha_norm!(unit_FunctionNestedBindingXXFree, "unit/FunctionNestedBindingXXFree");
+ alpha_norm!(unit_FunctionNestedBindingXXFree, "unit/FunctionNestedBindingXXFree");
alpha_norm!(unit_FunctionNestedBindingXY, "unit/FunctionNestedBindingXY");
alpha_norm!(unit_FunctionTypeBindingUnderscore, "unit/FunctionTypeBindingUnderscore");
alpha_norm!(unit_FunctionTypeBindingX, "unit/FunctionTypeBindingX");