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