ref: b9cf654b6dd5daabf8fd69854443ec04b0cfcea1 dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;