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