diff options
author | Vladislav Zavialov <vlad.z.4096@gmail.com> | 2021-03-12 18:11:02 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-15 00:43:05 -0400 |
commit | 545cfefaa88b31daa2cb3519b7561171e7ca51b3 (patch) | |
tree | a72c9203b645f29fd75460df59e7d6a4f9744eae /utils | |
parent | 92d98424bf7f8bbd55e1b123d0755c9d52f123dd (diff) | |
download | haskell-545cfefaa88b31daa2cb3519b7561171e7ca51b3.tar.gz |
Test chained record construction/update/access
According to the proposal, we have the following equivalence:
e{lbl1 = val1}.val2 == (e{lbl1 = val1}).val2
This is a matter of parsing. Record construction/update must have the
same precedence as dot access.
Add a test case to ensure this.
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions