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