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