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