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