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