Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better inference for AppendIndices (well-typed#451)
* Better inference for AppendIndices * Allow the second argument of `AppendIndices` to be determined by the first and third arguments. * Refine the documentation for `AppendIndices`. Due to the way incoherent instances work, the "short-circuit" path is actually treated as a fall-back; it will *only* be taken if nothing is known about the shape of the first list. * Update optics-core/src/Optics/Internal/Optic/TypeLevel.hs Co-authored-by: Andrzej Rybczak <[email protected]> Co-authored-by: Andrzej Rybczak <[email protected]>
- Loading branch information