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