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