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