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