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