Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NestedIdOps.value leaking to types of shapes
F[G[A]]
(#2423)
* Made 'value' private in NestedIdOps This prevents 'value' from leaking into types with shape `F[G[A]]`. * Fixed binary compatibility issue with changing 'value' to private.
- Loading branch information