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