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