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