implicit Tuple2K
Open
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 5.5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 5
Description
It is useful in some contexts to have:
implicit def summonTuple2K[F[_], G[_], A](implicit fa: F[A], ga: G[A]): Tuple2K[F, G, A] =
Tuple2K(fa, ga)
for cases where we are letting implicit resolution drive some computations.
Any reason this should not be in the companion for Tuple2K?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Tuple2K companion and inspect how implicit resolution is exercised in the repository. The work is done when the companion's suitability is established and the resulting behavior is covered by appropriate tests, or the issue is closed with a documented reason not to add it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100