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