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