Skip to content

Commit

Permalink
Update unused parameter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki authored Feb 21, 2018
1 parent c040798 commit 68afbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/unused-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ m.turnedOn.turnedOn // ERROR

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.
As these parameters are never used at runtime there is not real need to have them around, but they still need to be
present at runtime to be able to do separate compilation and retain binary compatiblity.
present in some form in the generated code to be able to do separate compilation and retain binary compatiblity.

How to define unused parameter?
-------------------------------
Expand Down

0 comments on commit 68afbcd

Please sign in to comment.