summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/success/operatorsB.txt
blob: 31db4ce63bb828105c1710f1ad728922333762ee (plain)
1
{ foo = False && Natural/even (1 + 2 * 3) || True == False != True } ∧ { bar = (["ABC" ++ "DEF"]) # (["GHI"]) } ⫽ { baz = True } : { baz : Bool, foo : Bool } ⩓ { bar : List Text }