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