Skip to content

4.30. Associated Types #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 9, 2016
Merged

4.30. Associated Types #72

merged 5 commits into from
Feb 9, 2016

Conversation

pocket7878
Copy link
Contributor

No description provided.

@tatsuya6502 tatsuya6502 changed the title [WIP] Associated Types [WIP] 4.30. Associated Types Feb 7, 2016
@pocket7878 pocket7878 changed the title [WIP] 4.30. Associated Types 4.30. Associated Types Feb 8, 2016
@pocket7878
Copy link
Contributor Author

添削宜しくお願い致します @KeenS

<!-- to write a `Graph` trait, you have two types to be generic over: the node type -->
<!-- and the edge type. So you might write a trait, `Graph<N, E>`, that looks like -->
<!-- this: -->
関連型は、Rust型システムの強力な部分です。関連型は、「タイプファミリー」というアイデアと関連が有り、
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「タイプファミリー」というアイデア

「type family」は「型族」の訳語が充てられますね。あとテクニカルタームなので「アイディア」ではなく「概念」くらいが適当でしょうか。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

それと、type family - 型族 の対訳を更新お願いします。

@KeenS
Copy link
Member

KeenS commented Feb 9, 2016

数点コメントしました。型理論の用語は厳密にしましょう。型ヤクザに焼き殺される可能性があります。

@pocket7878
Copy link
Contributor Author

有難うございます。修正いたしました@KeenS

@KeenS
Copy link
Member

KeenS commented Feb 9, 2016

確認しました。訳は大丈夫です。最後に対訳表のコンフリクトだけお願いします。

@pocket7878
Copy link
Contributor Author

ありがとうございます、修正しました @KeenS

@KeenS
Copy link
Member

KeenS commented Feb 9, 2016

ありがとうございます。マージします。

KeenS added a commit that referenced this pull request Feb 9, 2016
@KeenS KeenS merged commit 14e6348 into rust-lang-ja:master Feb 9, 2016
@pocket7878 pocket7878 deleted the associated-types branch February 9, 2016 09:08
@tatsuya6502 tatsuya6502 modified the milestone: 1.6 Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants