ref: 74270f8f47a704652ca301975da7ff88926e5cc8 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;