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