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