index
:
verified-dyn-lang-interp
icfp25
main
Artifact for https://doi.org/10.1145/3747537
Rutger Broekhoff
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
testdata
/
parse-fail-mixed-nested-attrs1.nix
blob: 11e40e66fd1b1b8f89b064d32e24974396c8386f (
about
) (
plain
) (
blame
)
1
2
3
4
{
x
.
z
=
3
;
x
= {
y
=
3
;
z
=
3
; };
}