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