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