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