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