Skip to content

Commit 215b68c

Browse files
committed
Translate a paragraph
1 parent f3a01ec commit 215b68c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/subtyping.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ to treat lifetimes and types uniformly.)
5151

5252
(派生型の関係とライフタイムの型付けはかなり無理やりな構成で、これに反対する人もいることに注意してください。しかしながら、この構成によって分析が単純となり、ライフタイムと型を同じように扱えます。)
5353

54+
55+
<!--
5456
Higher-ranked lifetimes are also subtypes of every concrete lifetime. This is
5557
because taking an arbitrary lifetime is strictly more general than taking a
5658
specific one.
59+
-->
5760

58-
61+
高階ライフタイムもまた、あらゆる具象ライフタイムの派生型です。これは、任意のライフタイムを取ることは、ある特定のライフタイムを取ることよりも厳密により一般的であるからです。
5962

6063
# Variance
6164

0 commit comments

Comments
 (0)