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