You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On pg. 341 of the second edition, chapter 18 section 3:
...as Int.min_value, which is the smallest value of type Int.t. This uncovers some-
thing about integers which may not have been obvious, which is that the largest int,
Int.max_value, is smaller in absolute value than Int.max_value.
the last paragraph fragment should be
Int.max_value, is smaller in absolute value than Int.min_value
On pg. 341 of the second edition, chapter 18 section 3:
the last paragraph fragment should be
A fix appears to already be in this PR #3666
The text was updated successfully, but these errors were encountered: