ref: c3955db0543c35b4adb822f5beca686e8c3726ef dir: /libstd/error.myr/
use "die.use" pkg std = type error(@a, @b) = union `Success @a `Failure @b ;; ;;