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