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