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