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