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