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