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