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