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