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