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