Skip to content

Commit f3a01ec

Browse files
committed
Translate a paragraph
1 parent 5a8a2cd commit f3a01ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/subtyping.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ just `'a` *and more*.
4343
これに対する直感的な理由になります。 `'static``'a` *以上*のものであるように、
4444
Cat も Animal *以上*のものであるからです。
4545

46+
<!--
4647
(Note, the subtyping relationship and typed-ness of lifetimes is a fairly
4748
arbitrary construct that some disagree with. However it simplifies our analysis
4849
to treat lifetimes and types uniformly.)
50+
-->
51+
52+
(派生型の関係とライフタイムの型付けはかなり無理やりな構成で、これに反対する人もいることに注意してください。しかしながら、この構成によって分析が単純となり、ライフタイムと型を同じように扱えます。)
4953

5054
Higher-ranked lifetimes are also subtypes of every concrete lifetime. This is
5155
because taking an arbitrary lifetime is strictly more general than taking a

0 commit comments

Comments
 (0)