Skip to content

Commit b258a55

Browse files
committed
Address review comments from Lasse
1 parent 8035e8e commit b258a55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/type-system/inference.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,13 @@ following recursive process:
982982

983983
- Otherwise, let `U` be `T`.
984984

985+
_The point of bound resolution of `T` is to find a non-type-variable type which
986+
is a (minimal) supertype of `T`._
987+
985988
_Note that the spec notions of __dynamic__ boundedness and __Function__
986989
boundedness can be defined in terms of bound resolution, as follows: a type is
987990
__dynamic__ bounded iff its bound resolution is __dynamic__, and a type is
988-
__Function__ bounded if its bound resolution if __Function__._
991+
__Function__ bounded iff its bound resolution is __Function__._
989992

990993
# Expression inference
991994

0 commit comments

Comments
 (0)