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