4fd18cbc9a75 ^
75f637c1f592 ^
1
2
3 4 5 6
{ w = builtins.tryEval <nope>; x = builtins.tryEval "x"; y = builtins.tryEval (assert false; "y"); z = builtins.tryEval (throw "bla"); }