-
Notifications
You must be signed in to change notification settings - Fork 72
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
Conversation
添削宜しくお願い致します @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型システムの強力な部分です。関連型は、「タイプファミリー」というアイデアと関連が有り、 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「タイプファミリー」というアイデア
「type family」は「型族」の訳語が充てられますね。あとテクニカルタームなので「アイディア」ではなく「概念」くらいが適当でしょうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
それと、type family - 型族 の対訳を更新お願いします。
数点コメントしました。型理論の用語は厳密にしましょう。型ヤクザに焼き殺される可能性があります。 |
有難うございます。修正いたしました@KeenS |
確認しました。訳は大丈夫です。最後に対訳表のコンフリクトだけお願いします。 |
ありがとうございます、修正しました @KeenS |
ありがとうございます。マージします。 |
No description provided.