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-inherits.exp
blob: 1355527e6ceb7f1891243e0652ca74f98360061b (
about
) (
plain
) (
blame
)
1
(
let b
=
2
;
c
= { };
in
{
inherit b
;
inherit
(
c
)
d e
;
a
=
1
;
f
=
3
; })