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