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