gonix
/
tests
/
functional2
/
lang
/
select-err
/
in-2.nix
1
2
3
4
5
6
let
set
=
{
inner
=
throw
"nested throw"
;
};
in
throw
set
.
inner