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