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