summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/success/operatorsB.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/operatorsB.txt
parente28d9e6f2422f47e250304e053238adc458f6a98 (diff)
Remove more unnecessary parens in printer
Diffstat (limited to 'dhall/tests/parser/success/operatorsB.txt')
-rw-r--r--dhall/tests/parser/success/operatorsB.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/parser/success/operatorsB.txt b/dhall/tests/parser/success/operatorsB.txt
index 31db4ce..3f987aa 100644
--- a/dhall/tests/parser/success/operatorsB.txt
+++ b/dhall/tests/parser/success/operatorsB.txt
@@ -1 +1 @@
-{ foo = False && Natural/even (1 + 2 * 3) || True == False != True } ∧ { bar = (["ABC" ++ "DEF"]) # (["GHI"]) } ⫽ { baz = True } : { baz : Bool, foo : Bool } ⩓ { bar : List Text }
+{ foo = False && Natural/even (1 + 2 * 3) || True == False != True } ∧ { bar = ["ABC" ++ "DEF"] # ["GHI"] } ⫽ { baz = True } : { baz : Bool, foo : Bool } ⩓ { bar : List Text }