gonix
/
tests
/
functional2
/
lang
/
redefine-builtin
/
in.nix
1
2
3
let
throw
=
abort
"Error!"
;
in
(
builtins
.
tryEval
<foobaz>
)
.
success