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