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