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