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