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