summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/success/quotedBoundVariableB.txt
diff options
context:
space:
mode:
authorNadrieril2020-03-20 11:46:46 +0000
committerNadrieril2020-03-20 12:20:38 +0000
commit4ff536cb593aa022e71042ab4fe008e2381b0680 (patch)
tree08fc691ba174831cb85c0fffa474e58e59a47d8c /dhall/tests/parser/success/quotedBoundVariableB.txt
parente28d9e6f2422f47e250304e053238adc458f6a98 (diff)
Remove more unnecessary parens in printer
Diffstat (limited to 'dhall/tests/parser/success/quotedBoundVariableB.txt')
-rw-r--r--dhall/tests/parser/success/quotedBoundVariableB.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/parser/success/quotedBoundVariableB.txt b/dhall/tests/parser/success/quotedBoundVariableB.txt
index 6f5b7bf..a9f0499 100644
--- a/dhall/tests/parser/success/quotedBoundVariableB.txt
+++ b/dhall/tests/parser/success/quotedBoundVariableB.txt
@@ -1 +1 @@
-((λ(`Natural/even` : Natural → Bool) → `Natural/even`) Natural/odd) 0
+(λ(`Natural/even` : Natural → Bool) → `Natural/even`) Natural/odd 0