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