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