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