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