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