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