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