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