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-okay-mixed-nested-attrs-1.nix
blob: fd1001c8cafce114a2f72a3cfd98ad69262d3ba1 (
about
) (
plain
) (
blame
)
1
2
3
4
{
x
= {
y
=
3
;
z
=
3
; };
x
.
q
=
3
;
}