``` $ nix eval '(builtins.unsafeSuperTryEval (1+"a"))' --option plugin-files ... { msg = "cannot add a string to an integer, at (string):1:31"; success = false; value = false; } ``` :evil-laugh: