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
Copy file name to clipboardExpand all lines: docs/docs/reference/unused-terms.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ m.turnedOn.turnedOn // ERROR
34
34
35
35
Note that in the code above the actual implicit arguments for `IsOff` are never used at runtime; they serve only to establish the right constraints at compile time.
36
36
As these parameters are never used at runtime there is not real need to have them around, but they still need to be
37
-
present at runtime to be able to do separate compilation and retain binary compatiblity.
37
+
present in some form in the generated code to be able to do separate compilation and retain binary compatiblity.
0 commit comments