We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26f867 commit 5664de0Copy full SHA for 5664de0
docs/docs/reference/contextual/givens.md
@@ -114,6 +114,9 @@ inline given Show[Foo] with {
114
```
115
Note that the inline methods within the given instances may be `transparent`.
116
117
+The inlining of given instances will not inline/duplicate the implementation of the given, it will just inline the instantiation of that instance.
118
+This is used to help dead code elimination of the given instances that are not used after inlining.
119
+
120
121
## Pattern-Bound Given Instances
122
0 commit comments