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