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